diff options
author | HOCKLA <ah999m@att.com> | 2019-12-04 11:38:24 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-04 14:20:08 -0600 |
commit | 0278ad6b5bd93531493596d6d671293a5112bf3c (patch) | |
tree | 13b1a5494e7b06b30943c6e14a1d2f67169a722f /pom.xml | |
parent | feac4e1beee77ed2ae026efa6803d720a1e799df (diff) |
Changed project version to 3.1.1-SNAPSHOT in order to isolate java 11 upgrades
Issue-ID: POLICY-1594
Change-Id: I64e9f486353a4b2ac2ac706512c426932c1aff3a
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,11 +23,11 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>2.1.0</version> - <relativePath /> + <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> |