Remove SNAPSHOT references 05/48205/1 2.0.0-ONAP beijing master 2.0.0-ONAP
authordglFromAtt <dgl@research.att.com>
Thu, 10 May 2018 06:16:36 +0000 (02:16 -0400)
committerdglFromAtt <dgl@research.att.com>
Thu, 10 May 2018 06:16:45 +0000 (02:16 -0400)
Change-Id: I5181a956a53ab518d20ba4232db0256ee35af91c
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-499

dcae_dmaapbc_webapp/dbca-common/pom.xml
dcae_dmaapbc_webapp/dbca-os/pom.xml
dcae_dmaapbc_webapp/dbca-overlay/pom.xml

index 826ea47..dcb4af0 100644 (file)
@@ -5,7 +5,7 @@
 
        <groupId>org.onap.ui.dmaapbc</groupId>
        <artifactId>dmaap-bc-app-common</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <packaging>jar</packaging>
        <name>DCAE DMaaP Bus Controller Webapp Common Java Files</name>
        <description>Code for the DCAE DMaaP Bus Controller GUI</description>
@@ -14,8 +14,8 @@
                <encoding>UTF-8</encoding>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
-               <epsdk.version>2.2.0-SNAPSHOT</epsdk.version>
-               <dbca.version>1.2.0-SNAPSHOT</dbca.version>
+
+               <epsdk.version>2.2.0</epsdk.version>
                <skipTests>true</skipTests>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
index 6eb3e46..21d1fdd 100644 (file)
@@ -5,7 +5,7 @@
 
        <groupId>org.onap.ui.dmaapbc</groupId>
        <artifactId>dmaap-bc-app-os</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <packaging>war</packaging>
        <name>DCAE DMaaP Bus Controller Webapp for ONAP</name>
        <description>DMaaP Bus Controller Web Application for open-source release</description>
@@ -16,8 +16,8 @@
                <skiptests>true</skiptests>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
-               <epsdk.version>2.2.0-SNAPSHOT</epsdk.version> 
-               <dbca.version>1.2.0-SNAPSHOT</dbca.version>
+               <epsdk.version>2.2.0</epsdk.version> 
+               <dbca.version>1.2.0</dbca.version>
                <sonar.exclusions>**.js</sonar.exclusions>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
index 6e70f31..ce0d020 100644 (file)
@@ -5,7 +5,7 @@
 
        <groupId>org.onap.ui.dmaapbc</groupId>
        <artifactId>dmaap-bc-app-overlay</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <packaging>war</packaging>
        <name>DCAE DMaaP Bus Controller Webapp Common Web Files</name>
        <description>Web resource overlay for the DCAE DMaaP Bus Controller GUI</description>