diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-15 15:40:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-15 15:40:37 -0400 |
commit | e2533650e9bee32ca3b933269f8dc2b77d0f6c3d (patch) | |
tree | 59670a2711f5268538c7baca5507b4a59acfc997 /installation | |
parent | db310ca438939a12ca55122ee05ad61a16d6bf0d (diff) |
Update to use RC2 version of CCSDK artifacts
Update to use RC2 version of CCSDK artifacts
Change-Id: I32c78fe11a01663c7908a8d2332dde5c0f883616
Issue-ID: SDNC-1171
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 3e4c6f48a9be0dd3a0f1ed958d668601a41ff3ac
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 2 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 2 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 7 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
7 files changed, 9 insertions, 10 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 0ac4af1b..823a79b7 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 3722bc11..381dacdd 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index fc05af58..d7458bd9 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/pom.xml b/installation/pom.xml index eb7e1320..04bd19c8 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 37dc083c..5e82e777 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index ad0c354e..f4720ccf 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,10 +21,9 @@ <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>1.8.2-SNAPSHOT</sdnc.northbound.version> + <sdnc.northbound.version>1.8.1</sdnc.northbound.version> <ccsdk.docker.version>0.7.4-STAGING-latest</ccsdk.docker.version> - <ccsdk.features.version>0.7.5-SNAPSHOT</ccsdk.features.version> - <ccsdk.features.sdnr.wt.version>0.7.5-SNAPSHOT</ccsdk.features.sdnr.wt.version> + <ccsdk.features.sdnr.wt.version>${ccsdk.features.version}</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 8617ea1d..3ed5f3bf 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.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> |