diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
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> |