aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 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>