Added William Reehil as committer
[aai/data-router.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c46dc45..8f2bb21 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,17 +25,17 @@ limitations under the License.
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
-      <version>1.5.21.RELEASE</version>
+      <version>2.1.12.RELEASE</version>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
    <artifactId>data-router</artifactId>
-   <version>1.5.1-SNAPSHOT</version>
+   <version>1.7.0-SNAPSHOT</version>
    <name>aai-data-router</name>
 
     <properties>
         <java.version>1.8</java.version>
-        <camel-spring-boot.version>2.21.1</camel-spring-boot.version>
+        <camel-spring-boot.version>2.22.5</camel-spring-boot.version>
         <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
         <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>
            property, below. PLEASE, NOTE: If your ${project.version} is a "-SNAPSHOT"
@@ -47,7 +47,7 @@ limitations under the License.
         <installOwnerUser>aaiadmin</installOwnerUser>
         <installOwnerGroup>aaiadmin</installOwnerGroup>
         <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
-        <version.aai-schema>1.5.1</version.aai-schema>
+        <version.aai-schema>1.6.6</version.aai-schema>
 
         <!-- docker related properties -->
         <docker.fabric.version>0.28.0</docker.fabric.version>
@@ -195,7 +195,7 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.aai.router-core</groupId>
             <artifactId>router-core</artifactId>
-            <version>1.5.0</version>
+            <version>1.6.4</version>
         </dependency>
 
         <dependency>