Release aai/sparky-be
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
index 1e19b89..3f7188a 100644 (file)
@@ -5,26 +5,25 @@
        <parent>
          <groupId>org.onap.aai</groupId>
          <artifactId>sparky-be</artifactId>
-         <version>1.6.0-SNAPSHOT</version>
+         <version>2.0.2</version>
        </parent>
 
        <groupId>org.onap.aai.sparky-be</groupId>
        <artifactId>sparkybe-onap-application</artifactId>
-       <version>1.6.0-SNAPSHOT</version>
+       <version>2.0.2</version>
        <packaging>jar</packaging>
 
     <properties>
-        <java.version>1.8</java.version>
-        <version.jacoco.maven.plugin>0.7.9</version.jacoco.maven.plugin>
+        <java.version>1.11</java.version>
         <frontEndGroupdId>org.onap.aai</frontEndGroupdId>
         <frontEndArtifactId>sparky-fe</frontEndArtifactId>
-        <frontEndVersion>1.5.0</frontEndVersion>
+        <frontEndVersion>2.0.0</frontEndVersion>
         <serverPort>9517</serverPort>
         <sslport>8000</sslport>
         <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.5.1</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.0-SNAPSHOT</version>
+                       <version>${project.version}</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 -->
         <dependency>
             <groupId>org.onap.portal.sdk</groupId>
             <artifactId>epsdk-fw</artifactId>
-            <version>2.5.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
-                        <source>1.8</source>
-                        <target>1.8</target>
+                        <release>11</release>
                     </configuration>
                 </plugin>
             </plugins>
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${version.jacoco.maven.plugin}</version>
-                <executions>
-                    <execution>
-                        <id>prepare-agent</id>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>report</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>