aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-09-11 13:31:12 -0400
committerDan Timoney <dtimoney@att.com>2020-09-11 18:20:50 +0000
commit97439c8cfe37a5ef7c930801d46491127ee16dea (patch)
treeb724967295ef24e555f3ab99eb5f6f1aa0a41dc0
parent9a7cfd42baf464208fb05a805497847b5061ed10 (diff)
Update sdnc/oam to build against released M4 versions
Update sdnc/oam to build dockers against released M4 versions Change-Id: I9c114a4becb1f86ae9dca9e33367d8d50f1f187f Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit f3544a1af6974d8837919744a7dda29cc67060a0 [formerly 96f21a4d6bf50fb54e17c2443ee2f677af382ee3]) Former-commit-id: 9b8c739caba76ca0b0712d0b9f02d6b42c66f0c3
-rw-r--r--SdncReports/pom.xml2
-rw-r--r--admportal/pom.xml2
-rw-r--r--configbackuprestore/pom.xml2
-rw-r--r--installation/pom.xml2
-rw-r--r--installation/sdnc-web/pom.xml2
-rw-r--r--installation/sdnc/pom.xml2
-rw-r--r--platform-logic/setup/pom.xml2
-rwxr-xr-xpom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index 22be2321..1df53279 100644
--- a/SdncReports/pom.xml
+++ b/SdncReports/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-1-starter-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<relativePath/>
</parent>
diff --git a/admportal/pom.xml b/admportal/pom.xml
index 2594fc19..164ae20b 100644
--- a/admportal/pom.xml
+++ b/admportal/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<relativePath/>
</parent>
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml
index b8c79828..5851d1b6 100644
--- a/configbackuprestore/pom.xml
+++ b/configbackuprestore/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-1-starter-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
</parent>
<groupId>org.onap.sdnc.oam.vnfbackup</groupId>
diff --git a/installation/pom.xml b/installation/pom.xml
index aeacc08b..f6b9f128 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -29,7 +29,7 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
- <ccsdk.distribution.version>0.7.0-SNAPSHOT</ccsdk.distribution.version>
+ <ccsdk.distribution.version>1.0.1</ccsdk.distribution.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index b06ca009..b9374592 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -20,7 +20,7 @@
<base.image.repo>docker.io/bitnami/nginx:1.16-debian-9</base.image.repo>
<image.name>onap/sdnc-web-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
- <ccsdk.features.version>1.0.1-SNAPSHOT</ccsdk.features.version>
+ <ccsdk.features.version>1.0.1</ccsdk.features.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 96d8b319..d3ba28dd 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -24,7 +24,7 @@
<standalone.image.name>onap/sdnc-image</standalone.image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <sdnc.northbound.version>2.0.1-SNAPSHOT</sdnc.northbound.version>
+ <sdnc.northbound.version>2.0.1</sdnc.northbound.version>
<ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
<sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore>
<sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass>
diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml
index b238d725..fbafab72 100644
--- a/platform-logic/setup/pom.xml
+++ b/platform-logic/setup/pom.xml
@@ -17,7 +17,7 @@
<description>Copies base ONAP platform-logic</description>
<properties>
- <ccsdk.distribution.version>1.0.1-SNAPSHOT</ccsdk.distribution.version>
+ <ccsdk.distribution.version>1.0.1</ccsdk.distribution.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 13d49365..fe4d259d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<relativePath/>
</parent>