diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-29 10:18:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-29 15:17:20 +0000 |
commit | 3ffdb6571e187dea4d6491d8bdd832f5f4e2872f (patch) | |
tree | 2a2af704f8927c4a167c9572013bd4bb53056363 /installation | |
parent | fd4c22c59c85b5f29613e1db48c4835a9511af47 (diff) |
Update to use RC1 version of CCSDK
Update to use RC1 version of CCSDK
Change-Id: I411265e1a990a06bb5763c510c2aa3fc5455d8d6
Issue-ID: SDNC-1181
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 5bbfc1eb0e40c209f0b8955b2a71ae3b9e985647
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 4 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 4 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 4 | ||||
-rw-r--r-- | installation/pom.xml | 4 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 4 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 6 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 579469e2..44464a0a 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -20,7 +20,7 @@ <image.name>onap/admportal-sdnc-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> + <ccsdk.docker.version>0.7.2</ccsdk.docker.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 0572c305..bfdf0668 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -19,7 +19,7 @@ <image.name>onap/sdnc-ansible-server-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> + <ccsdk.docker.version>0.7.2</ccsdk.docker.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 8aac0e5c..553fe892 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -19,7 +19,7 @@ <image.name>onap/sdnc-dmaap-listener-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> + <ccsdk.docker.version>0.7.2</ccsdk.docker.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> diff --git a/installation/pom.xml b/installation/pom.xml index 8bdedad2..dde425da 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,7 +21,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>0.7.2</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 1b9e37de..5b715e07 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <groupId>org.onap.sdnc.oam</groupId> @@ -22,7 +22,7 @@ <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <ccsdk.groupId>org.onap.ccsdk.features.sdnr.wt</ccsdk.groupId> - <ccsdk.features.version>0.7.3-SNAPSHOT</ccsdk.features.version> + <ccsdk.features.version>0.7.3</ccsdk.features.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <docker.push.phase>deploy</docker.push.phase> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index a50fe753..9c7b473a 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -23,8 +23,8 @@ <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <sdnc.northbound.version>1.8.0</sdnc.northbound.version> <ccsdk.docker.version>0.7.2</ccsdk.docker.version> - <ccsdk.features.version>0.7.2</ccsdk.features.version> - <ccsdk.features.sdnr.wt.version>0.7.3-SNAPSHOT</ccsdk.features.sdnr.wt.version> + <ccsdk.features.version>0.7.3</ccsdk.features.version> + <ccsdk.features.sdnr.wt.version>0.7.3</ccsdk.features.sdnr.wt.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index d91d75c2..0f0d3623 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -19,7 +19,7 @@ <image.name>onap/sdnc-ueb-listener-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> + <ccsdk.docker.version>0.7.2</ccsdk.docker.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <docker.push.phase>deploy</docker.push.phase> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |