aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-01-09 09:39:42 -0800
committerPatrick Brady <patrick.brady@att.com>2019-01-09 09:43:25 -0800
commit65949cd53b5df054e2ddfd3a429fd81a6097970a (patch)
tree173360f639cbcba66f8310573af4e26e29707367
parentdf672b5e90cae06053e8fe852b590cdeedab0821 (diff)
Update to newest release of appc
Version 1.4.4 of the appc java code is released. This version will be used for docker builds. Change-Id: Iee4a895f6386c15d24da64cdd4ec5d882294df66 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
-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 df69c89..e87389d 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -40,7 +40,7 @@ limitations under the License.
<properties>
<image.name>onap/appc-image</image.name>
- <appc.release.version>1.4.3</appc.release.version>
+ <appc.release.version>1.4.4</appc.release.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-->