Update appc release version 32/89832/1
authorPatrick Brady <patrick.brady@att.com>
Thu, 13 Jun 2019 19:22:00 +0000 (12:22 -0700)
committerPatrick Brady <patrick.brady@att.com>
Thu, 13 Jun 2019 19:22:03 +0000 (12:22 -0700)
Change-Id: Id33c87e1f5bc518c1a428df089c6c73631939602
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595

installation/appc/pom.xml

index 878dd2c..eaa30d2 100644 (file)
@@ -40,14 +40,14 @@ limitations under the License.
 
        <properties>
                <image.name>onap/appc-image</image.name>
-               <appc.release.version>1.5.1</appc.release.version>
-               <appc.snapshot.version>1.5.2-SNAPSHOT</appc.snapshot.version>
+               <appc.release.version>1.5.2</appc.release.version>
+               <appc.snapshot.version>1.5.3-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.1</appc.cdt.version>
+               <appc.cdt.version>1.5.2</appc.cdt.version>
                <docker.plugin.version>0.28.0</docker.plugin.version>
        </properties>