From: James Forsyth Date: Thu, 15 Aug 2019 13:37:43 +0000 (+0000) Subject: Merge "Added sonar fixes" X-Git-Tag: 1.6.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=76796c55198d8b7865c60a05654ef1a7975b0fb9;hp=7adb3875213702905e08bb9185e19c617cb00c4e;p=aai%2Fchamp.git Merge "Added sonar fixes" --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index f352c81..df143c4 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib @@ -168,9 +168,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - com.mycila diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index d9966cf..02b375c 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib @@ -145,9 +145,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - com.mycila diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 40e1281..de1426a 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib @@ -128,9 +128,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - com.mycila diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 41085ff..815928f 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ @@ -123,9 +123,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - com.mycila diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index cd104f4..6407f06 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ @@ -330,9 +330,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index d43f95c..2b35a34 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ @@ -295,9 +295,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 5311692..93126bd 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ @@ -344,37 +344,50 @@ limitations under the License. - - - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/onap/${docker.name} - ${docker.location} - - latest - - true - - - org.apache.maven.plugins maven-deploy-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - org.apache.maven.plugins maven-site-plugin + + + + docker + + + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/onap/${docker.name} + ${docker.location} + + latest + + true + + + + default + package + + build + + + + + + + + + + diff --git a/pom.xml b/pom.xml index ed2637e..012212e 100755 --- a/pom.xml +++ b/pom.xml @@ -25,18 +25,18 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai champ aai-champ pom - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org - 1.4.0 + 1.5.0 0.57 @@ -55,9 +55,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - org.jacoco diff --git a/version.properties b/version.properties index 66827fd..b11eaff 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=4 +minor_version=5 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}