From 7af234eca41f49d23e050ce305dba3704ec74943 Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Mar 2017 16:13:29 -0500 Subject: snapshot release and added staging Change-Id: I08dfa46e244d44d2b8952de4559f9e8305a2e075 Signed-off-by: talasila --- .idea/workspace.xml | 299 ++++++++++++++++++++++++++++++++++++++++---- dcae_dmaapbc_client/pom.xml | 15 ++- dcae_dmaapbc_model/pom.xml | 13 +- dcae_dmaapbc_webapp/pom.xml | 4 +- 4 files changed, 300 insertions(+), 31 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1349b74..d90b0d8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,9 @@ + + + + + + project.version + + @@ -65,6 +81,7 @@ @@ -344,7 +403,7 @@ - + @@ -358,10 +417,10 @@ - + - + @@ -399,8 +458,16 @@ - - + + + + + + + + + + @@ -409,23 +476,63 @@ - - - + - + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -433,9 +540,7 @@ - - - + @@ -449,11 +554,153 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml index 8829f68..45cd7aa 100644 --- a/dcae_dmaapbc_client/pom.xml +++ b/dcae_dmaapbc_client/pom.xml @@ -6,7 +6,7 @@ org.openecomp.ui.dmaapbc dmaap-bc-client - 1.0.0 + 1.0.0-SNAPSHOT DCAE DMaaP Bus Controller REST Client Java client for using the DMaaP Bus Controller API via REST. @@ -58,6 +58,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.openecomp.org/ + 176c31dfe190a + ecomp-staging + + org.apache.maven.plugins maven-scm-plugin @@ -139,7 +150,7 @@ org.openecomp.ui.dmaapbc dmaap-bc-model - 1.0.0 + 1.0.0-SNAPSHOT ch.qos.logback diff --git a/dcae_dmaapbc_model/pom.xml b/dcae_dmaapbc_model/pom.xml index 9622e8d..0cf64d6 100644 --- a/dcae_dmaapbc_model/pom.xml +++ b/dcae_dmaapbc_model/pom.xml @@ -5,7 +5,7 @@ org.openecomp.ui.dmaapbc dmaap-bc-model - 1.0.0 + 1.0.0-SNAPSHOT DCAE DMaaP Bus Controller Data Models Java objects used by the DMaaP Bus Controller @@ -42,6 +42,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.openecomp.org/ + 176c31dfe190a + ecomp-staging + + org.apache.maven.plugins maven-scm-plugin diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index fb877e8..68b4afa 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -18,7 +18,7 @@ UTF-8 - 1.0.0 + 1.0.0-SNAPSHOT 4.2.0.RELEASE 4.3.11.Final @@ -219,7 +219,7 @@ org.openecomp.ui.dmaapbc dmaap-bc-client - 1.0.0 + 1.0.0-SNAPSHOT -- cgit 1.2.3-korg