aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2018-12-17 14:11:20 -0800
committerPatrick Brady <patrick.brady@att.com>2018-12-17 14:11:27 -0800
commit6584b6800ed2741a0075182a0e60253a58d33ed6 (patch)
tree913184b376ab97bc6dbe8de236337be891d067a7
parentc8398f18b58d55a4e96559a157471415e0911ff8 (diff)
Update docker build version
Update the snapshot version of appc artifacts that the docker build will pull to the current Casablanca snapshot version of 1.4.4 Change-Id: Idad14a55a440edd800d432df0693e9180d69f6f3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1269
-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 14e0c56..df69c89 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.3</appc.release.version>
- <appc.snapshot.version>1.4.3-SNAPSHOT</appc.snapshot.version>
+ <appc.snapshot.version>1.4.4-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>