From: Forsyth, James (jf2512) Date: Fri, 14 Feb 2020 19:48:25 +0000 (-0500) Subject: Use aai-parent for sonar config X-Git-Tag: 1.6.5~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50315fe106b88e0cd556b8b6fab1dbdd4c9856a4;p=aai%2Fresources.git Use aai-parent for sonar config Issue-ID: AAI-2793 Signed-off-by: Forsyth, James (jf2512) Change-Id: Ie07f3395814284599ea3b60c81d02a1c90a6603b --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 8b2d23e4..42fd2354 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,26 +28,12 @@ org.onap.aai.resources resources - 1.6.4-SNAPSHOT + 1.6.5-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} - - - docker.io @@ -870,9 +856,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12.4 - -noverify ${argLine} alphabetical @@ -880,69 +864,6 @@ com.mycila license-maven-plugin - - org.codehaus.mojo - sonar-maven-plugin - 3.3 - - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - true - - **/**/models/**/*.class - - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco.exec - - ${project.reporting.outputDirectory}/jacoco - - - - default-check - - check - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index db289d30..b45f0473 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.6.4 + 1.6.5 org.onap.aai.resources resources - 1.6.4-SNAPSHOT + 1.6.5-SNAPSHOT aai-resources pom @@ -85,11 +85,6 @@ use mvn spotless:apply to rewrite source files use mvn spotless:check to validate source files --> - - org.codehaus.mojo - sonar-maven-plugin - 3.3 - org.apache.maven.plugins maven-deploy-plugin diff --git a/version.properties b/version.properties index fc0709cd..716f7d49 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version}