diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-01-09 09:39:42 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-01-09 09:39:46 -0800 |
commit | 0e67e9860a1edfdcd1b9356085af1f19acee6162 (patch) | |
tree | bf5bebb86f76b03def49dfa09d56827e289c4235 | |
parent | f10cd5966ff87c7bf7a53d5629ec9ca415b02d4c (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index bee4f63..1628f5f 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.0</appc.release.version> + <appc.release.version>1.4.4</appc.release.version> <appc.snapshot.version>1.5.0-SNAPSHOT</appc.snapshot.version> <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> |