diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-09 12:58:54 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-09 13:06:51 -0700 |
commit | 67ca027c563a1e7fbd20034a2c0dbce3be43e9d0 (patch) | |
tree | ba6a418acf569e3cfac0a6416a2a4bb598ce6fa4 | |
parent | 9b69b0f136e1dd5f218daf5be298e208dbbab2e2 (diff) |
Update to release appc version
Change-Id: I06180a69b3b56fb0c2998110f1279d2c0f8749e2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
-rw-r--r-- | cdt/pom.xml | 4 | ||||
-rw-r--r-- | installation/appc/pom.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cdt/pom.xml b/cdt/pom.xml index 6be529a..5f24f8e 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -41,8 +41,8 @@ limitations under the License. <properties> <image.name>onap/appc-cdt-image</image.name> - <appc.release.version>1.4.0</appc.release.version> - <appc.snapshot.version>1.5.0-SNAPSHOT</appc.snapshot.version> + <appc.release.version>1.5.0</appc.release.version> + <appc.snapshot.version>1.5.1-SNAPSHOT</appc.snapshot.version> <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> <appc.docker.staging.version>1.0.0</appc.docker.staging.version> diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 79f709f..09ee739 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -40,14 +40,14 @@ limitations under the License. <properties> <image.name>onap/appc-image</image.name> - <appc.release.version>1.4.4</appc.release.version> - <appc.snapshot.version>1.5.0-SNAPSHOT</appc.snapshot.version> + <appc.release.version>1.5.0</appc.release.version> + <appc.snapshot.version>1.5.1-SNAPSHOT</appc.snapshot.version> <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> <appc.docker.staging.version>1.0.0</appc.docker.staging.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <!--Determines the version of the cdt-proxy-service to download and install--> - <appc.cdt.version>1.5.0-SNAPSHOT</appc.cdt.version> + <appc.cdt.version>1.5.0</appc.cdt.version> <docker.plugin.version>0.28.0</docker.plugin.version> </properties> |