aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-09-11 12:56:54 -0700
committerPatrick Brady <patrick.brady@att.com>2019-09-11 12:56:58 -0700
commitf96fc4aa08fa9aad60a4342e0d8237bb8861b798 (patch)
treecd49c58cf0d0208377f4337a76d1900a33522ed4
parent4e14845443a46ba511f43f15419f3612f96bdb64 (diff)
Correct cdt artifact version
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
-rw-r--r--cdt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdt/pom.xml b/cdt/pom.xml
index e9fe7e2..64e4caf 100644
--- a/cdt/pom.xml
+++ b/cdt/pom.xml
@@ -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>