aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml7
-rw-r--r--version.properties2
2 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 23e0f1e..8e3b57b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -70,7 +70,8 @@
<start-class>org.onap.aai.cacher.Application</start-class>
- <aai-core.version>1.4.1</aai-core.version>
+ <aai-core.version>1.5.1</aai-core.version>
+ <aai-schema-service.version>1.5.0</aai-schema-service.version>
<activemq.version>5.15.8</activemq.version>
<!-- Start of the jacoco plugin properties -->
@@ -414,7 +415,7 @@
<dependency>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.0.5</version>
+ <version>${aai-schema-service.version}</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
diff --git a/version.properties b/version.properties
index c48027c..b11eaff 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=1
+minor_version=5
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}