Correct cdt artifact version 34/95534/1
authorPatrick Brady <patrick.brady@att.com>
Wed, 11 Sep 2019 19:56:54 +0000 (12:56 -0700)
committerPatrick Brady <patrick.brady@att.com>
Wed, 11 Sep 2019 19:56:58 +0000 (12:56 -0700)
Version of cdt was incorrectly set to 1.6.3-SNAPSHOT

Change-Id: I8043781264844bfe71b444affdc5473c94fc9145
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686

cdt/pom.xml

index e9fe7e2..64e4caf 100644 (file)
@@ -42,7 +42,7 @@ limitations under the License.
     <properties>
         <image.name>onap/appc-cdt-image</image.name>
         <appc.release.version>1.6.1</appc.release.version>
-        <appc.snapshot.version>1.6.3-SNAPSHOT</appc.snapshot.version>
+        <appc.snapshot.version>1.6.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>