Update version of release artifacts 15/72815/1
authorPatrick Brady <patrick.brady@att.com>
Thu, 15 Nov 2018 19:03:28 +0000 (11:03 -0800)
committerPatrick Brady <patrick.brady@att.com>
Thu, 15 Nov 2018 19:03:32 +0000 (11:03 -0800)
Change-Id: I4ec6a67e963f40e9e613634210544463fa024cdc
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212

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

index ca60be3..939b4fd 100644 (file)
@@ -41,7 +41,7 @@ limitations under the License.
 
     <properties>
         <image.name>onap/appc-cdt-image</image.name>
-        <appc.release.version>1.4.0</appc.release.version>
+        <appc.release.version>1.4.1</appc.release.version>
         <appc.snapshot.version>1.4.1-SNAPSHOT</appc.snapshot.version>
                 <!--This version will be over-ridden by jenkins 
                     injecting the version.properties variable file during docker build-->
index 44d9f27..ff9aba7 100644 (file)
@@ -40,14 +40,14 @@ limitations under the License.
 
        <properties>
                <image.name>onap/appc-image</image.name>
-               <appc.release.version>1.4.0</appc.release.version>
+               <appc.release.version>1.4.1</appc.release.version>
                <appc.snapshot.version>1.4.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.4.0</appc.cdt.version>
+               <appc.cdt.version>1.4.1</appc.cdt.version>
        </properties>