Update docker release versions 99/88599/1
authorPatrick Brady <patrick.brady@att.com>
Tue, 28 May 2019 07:29:14 +0000 (00:29 -0700)
committerPatrick Brady <patrick.brady@att.com>
Tue, 28 May 2019 07:29:20 +0000 (00:29 -0700)
Change-Id: I76666712a55e5e617ba649fe9e4617b8836b2bbe
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595

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

index 4d10c30..6543939 100644 (file)
@@ -41,8 +41,8 @@ limitations under the License.
 
     <properties>
         <image.name>onap/appc-cdt-image</image.name>
-        <appc.release.version>1.5.0</appc.release.version>
-        <appc.snapshot.version>1.5.1-SNAPSHOT</appc.snapshot.version>
+        <appc.release.version>1.5.1</appc.release.version>
+        <appc.snapshot.version>1.5.2-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 d23f7c2..ce03b75 100644 (file)
@@ -40,14 +40,14 @@ limitations under the License.
 
        <properties>
                <image.name>onap/appc-image</image.name>
-               <appc.release.version>1.5.0</appc.release.version>
-               <appc.snapshot.version>1.5.1-SNAPSHOT</appc.snapshot.version>
+               <appc.release.version>1.5.1</appc.release.version>
+               <appc.snapshot.version>1.5.2-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</appc.cdt.version>
+               <appc.cdt.version>1.5.1</appc.cdt.version>
                <docker.plugin.version>0.28.0</docker.plugin.version>
        </properties>