Merge "Fix lost property"
[aai/traversal.git] / aai-traversal / pom.xml
index adbe286..18e48e4 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>aai-traversal</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.aai.traversal</groupId>
         <artifactId>traversal</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <aai.schema.version>1.0.0</aai.schema.version>
-        <aai.core.version>1.4.1</aai.core.version>
+        <aai.schema.version>1.5.0</aai.schema.version>
+        <aai.core.version>1.5.1</aai.core.version>
+        <aai.rest.version>1.5.1</aai.rest.version>
 
-        <spring.boot.version>1.5.19.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.20.RELEASE</spring.boot.version>
 
         <!-- Start of the jacoco plugin properties -->
         <sonar.language>java</sonar.language>
         <!-- Specifying the docker push registry where the image should be pushed -->
         <!-- This value should be overwritten at runtime to wherever need to be pushed to -->
         <docker.push.registry>localhost:5000</docker.push.registry>
+        <aai.docker.version>1.0.0</aai.docker.version>
 
         <!--
              Location where assembly of our scripts, resources and main jar will be held
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-rest</artifactId>
-            <version>1.4.1</version>
+           <version>${aai.rest.version}</version>
         </dependency>
         <dependency>
             <groupId>org.skyscreamer</groupId>