From: James Forsyth Date: Wed, 23 May 2018 20:22:24 +0000 (+0000) Subject: Merge "Remove broken not used code" X-Git-Tag: 1.3.0~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=762153cd733f43697679c3f97eba09212cbd2839;hp=2ce560a13c699cf7af64aeb559518cf58475f704;p=aai%2Fchamp.git Merge "Remove broken not used code" --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 459a1f3..7315c16 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -25,11 +25,12 @@ limitations under the License. 4.0.0 - org.onap.aai + org.onap.aai.champ champ-lib - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ.champ-lib champ-core diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index b316c27..10f0d99 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -25,11 +25,12 @@ limitations under the License. 4.0.0 - org.onap.aai + org.onap.aai.champ champ-lib - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ.champ-lib champ-janus @@ -44,15 +45,15 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} test-jar test diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 05d862c..80ca481 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -24,11 +24,12 @@ limitations under the License. 4.0.0 + org.onap.aai.champ champ-lib - org.onap.aai - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ.champ-lib champ-titan @@ -43,15 +44,15 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} test-jar test diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index d69f971..56e1f17 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,9 +25,10 @@ limitations under the License. org.onap.aai champ - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ champ-lib pom diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 9b1dd5e..53c513d 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -25,17 +25,18 @@ limitations under the License. org.onap.aai champ - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ champ-service-deps-janus pom - org.onap.aai + org.onap.aai.champ.champ-lib champ-janus - 1.2.0-SNAPSHOT + ${project.version} ch.qos.logback diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 749425c..0ed7581 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,17 +25,18 @@ limitations under the License. org.onap.aai champ - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT + org.onap.aai.champ champ-service-deps-titan pom - org.onap.aai + org.onap.aai.champ.champ-lib champ-titan - 1.2.0-SNAPSHOT + ${project.version} ch.qos.logback @@ -288,4 +289,4 @@ limitations under the License. - \ No newline at end of file + diff --git a/champ-service/pom.xml b/champ-service/pom.xml index b5294e3..7286874 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,18 +24,17 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 1.1.0 + org.onap.aai + champ + 1.3.0-SNAPSHOT - org.onap.aai + org.onap.aai.champ champ-service - 1.2.0-SNAPSHOT - champ ${basedir}/target + champ https://nexus.onap.org org.onap.aai.logging-service 1.2.2 @@ -160,9 +159,9 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} compile @@ -290,22 +289,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - com.mycila license-maven-plugin @@ -337,7 +320,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.name} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest @@ -345,6 +328,21 @@ limitations under the License. true + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + org.apache.maven.plugins + maven-site-plugin + diff --git a/pom.xml b/pom.xml index 0b302ab..0cb6c58 100755 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,17 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.onap.oparent + oparent + 1.1.0 + + org.onap.aai champ aai-champ pom - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org @@ -40,13 +46,20 @@ limitations under the License. champ-service + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + - - org.onap.aai.event-client - event-client-api - ${event.client.version} - org.onap.aai.event-client @@ -165,4 +178,4 @@ limitations under the License. - \ No newline at end of file + diff --git a/version.properties b/version.properties index 9c95207..51e1781 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=2 +minor_version=3 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}