Release aai/sparky-be
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
index a93061b..c18bdd4 100644 (file)
@@ -5,12 +5,12 @@
        <parent>
          <groupId>org.onap.aai</groupId>
          <artifactId>sparky-be</artifactId>
-         <version>1.6.2-SNAPSHOT</version>
+         <version>2.0.0</version>
        </parent>
 
        <groupId>org.onap.aai.sparky-be</groupId>
        <artifactId>sparkybe-onap-application</artifactId>
-       <version>1.6.2-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>jar</packaging>
 
     <properties>
@@ -23,7 +23,7 @@
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <camel-spring-boot.version>2.21.1</camel-spring-boot.version>
         <config-home>${basedir}/</config-home>
-        <version.aai-schema>1.6.0</version.aai-schema>
+        <version.aai-schema>1.6.6</version.aai-schema>
         <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
                <dependency>
                        <groupId>org.onap.aai.sparky-be</groupId>
                        <artifactId>sparkybe-onap-service</artifactId>
-                       <version>1.6.2-SNAPSHOT</version>
+                       <version>2.0.0</version>
                </dependency>
 
 
         <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>
-            <version>2.6.2</version>
+            <version>2.7.7</version>
         </dependency>
 
         <dependency>
         <dependency>
             <groupId>org.onap.aai</groupId>
             <artifactId>rest-client</artifactId>
-            <version>1.5.0</version>
+            <version>1.3.0</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet -->