aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-05-17 21:42:13 -0400
committerTaka Cho <takamune.cho@att.com>2019-05-20 14:24:20 -0400
commit0f1131ee80c65c63c3ece04a76a7e966d183f904 (patch)
treec5dac06d6ce0550237b7c016bebbe92e7b2c4015
parent57eafffb6fcbcac82b021e8adcd80fcec58d8ae2 (diff)
move 1.6.0-snapshot for appc artifact
correct snapshot version for appc artifact Change-Id: I9cb6442b7e6fc4d977dd1a56809f8da3f2b2459d Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--installation/appc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 11c64d5..8b8dd9f 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
<properties>
<image.name>onap/appc-image</image.name>
<appc.release.version>1.4.4</appc.release.version>
- <appc.snapshot.version>1.5.0-SNAPSHOT</appc.snapshot.version>
+ <appc.snapshot.version>1.6.0-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>