Set up for release
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 10a4f2c..c01e9a0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>2.0.0</version>
+               <version>2.1.0</version>
                <relativePath />
        </parent>
 
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.6.0-SNAPSHOT</version>
+       <version>1.6.1-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
                <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <docker.location>${basedir}/target</docker.location>
-               <spring-boot.version>2.1.6.RELEASE</spring-boot.version>
-               <apache.commons-text.version>1.1</apache.commons-text.version>
-               <commons-compress.version>1.18</commons-compress.version>
+               <spring-boot.version>2.1.12.RELEASE</spring-boot.version>
+               <apache.commons-text.version>1.8</apache.commons-text.version>
+               <commons-compress.version>1.19</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
-               <babel.version>1.3.1</babel.version>
+               <babel.version>1.6.2</babel.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
                <sdc-distribution-client.version>1.3.0</sdc-distribution-client.version>
                <logback.version>1.2.3</logback.version>
@@ -68,9 +68,6 @@
                <aai.base.image.version>1.6.0</aai.base.image.version>
                <!-- This will be used for the docker images as the default format of maven build has issues -->
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
-               <!-- Code coverage enforcement -->
-               <jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory>
-               <jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit>
        </properties>
 
        <distributionManagement>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.jacoco</groupId>
-                               <artifactId>jacoco-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>default-check</id>
-                                               <goals>
-                                                       <goal>check</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <dataFile>${jacoco.report.directory}/jacoco-ut.exec</dataFile>
-                                                       <rules>
-                                <!--  implementation is needed only for Maven 2  -->
-                                                               <rule implementation="org.jacoco.maven.RuleConfiguration">
-                                                                       <element>BUNDLE</element>
-                                                                       <limits>
-                                                                               <limit implementation="org.jacoco.report.check.Limit">
-                                                                                       <counter>LINE</counter>
-                                                                                       <value>COVEREDRATIO</value>
-                                                                                       <minimum>${jacoco.line.coverage.limit}</minimum>
-                                                                               </limit>
-                                                                       </limits>
-                                                               </rule>
-                                                       </rules>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 </project>