Moved hibernate.properties
Change-Id: I452b1a62b051a1ff9428864a9d219c5bedace31a
diff --git a/full/Changes b/full/Changes
index 96d8e39..5ca29e5 100644
--- a/full/Changes
+++ b/full/Changes
@@ -6,6 +6,7 @@
when it has been included in the authorization request.
- Added tests for VC sharing and for OAuth2 client using VC services
- Added and updated VC controller tests
+- Moved hibernate.properties
# version 0.69.4
diff --git a/full/src/main/resources/basic-config.xml b/full/src/main/resources/basic-config.xml
index cb77a9a..643a129 100644
--- a/full/src/main/resources/basic-config.xml
+++ b/full/src/main/resources/basic-config.xml
@@ -38,7 +38,7 @@
<value>file:./basic-jdbc.properties</value>
<value>classpath:properties/mail.properties</value>
<value>file:./mail.properties</value>
- <value>classpath:hibernate.properties</value>
+ <value>classpath:properties/hibernate.properties</value>
<value>classpath:kustvakt.conf</value>
<value>file:./kustvakt.conf</value>
diff --git a/full/src/main/resources/default-config.xml b/full/src/main/resources/default-config.xml
index b8ce628..9d3ad26 100644
--- a/full/src/main/resources/default-config.xml
+++ b/full/src/main/resources/default-config.xml
@@ -38,7 +38,7 @@
<value>file:./jdbc.properties</value>
<value>classpath:properties/mail.properties</value>
<value>file:./mail.properties</value>
- <value>classpath:hibernate.properties</value>
+ <value>classpath:properties/hibernate.properties</value>
<value>classpath:kustvakt.conf</value>
<value>file:./kustvakt.conf</value>
diff --git a/full/src/main/resources/hibernate.properties b/full/src/main/resources/properties/hibernate.properties
similarity index 100%
rename from full/src/main/resources/hibernate.properties
rename to full/src/main/resources/properties/hibernate.properties