Update to release appc version 91/87391/3
authorPatrick Brady <patrick.brady@att.com>
Thu, 9 May 2019 19:58:54 +0000 (12:58 -0700)
committerPatrick Brady <patrick.brady@att.com>
Thu, 9 May 2019 20:06:51 +0000 (13:06 -0700)
Change-Id: I06180a69b3b56fb0c2998110f1279d2c0f8749e2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595

cdt/pom.xml
installation/appc/pom.xml

index 6be529a..5f24f8e 100644 (file)
@@ -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>
index 79f709f..09ee739 100644 (file)
@@ -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>