diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-01 11:26:58 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-01 11:27:03 -0400 |
commit | 60a9cf44813b622d5cad1bfad0034ee0dce3f444 (patch) | |
tree | 932e04a2fbfdbb3acb55d775129eb4bd2b94b10e /policy-common/alpine/pom.xml | |
parent | 5f7f020b9c40da52a09f588f642dfcec13e6fc4c (diff) |
Upgrade parent and bump snapshot
The version for this wasn't quite correct either. Fixed to
ensure follows the 1.4.x as defined in version.properties.
Updated to point to policy/parent release version and remove
warning for relative path.
Issue-ID: POLICY-1700
Change-Id: I6772a272f3f291af5fd6ee9efc3f10b0ac3edfd1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-common/alpine/pom.xml')
-rw-r--r-- | policy-common/alpine/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-common/alpine/pom.xml b/policy-common/alpine/pom.xml index cd6ce9de..45bb3b07 100644 --- a/policy-common/alpine/pom.xml +++ b/policy-common/alpine/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-common</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <packaging>pom</packaging> |