diff options
author | Hockla, Ali (ah999m) <ah999m@att.com> | 2019-12-05 12:21:48 -0600 |
---|---|---|
committer | Ali Hockla <ah999m@att.com> | 2019-12-06 18:33:46 +0000 |
commit | e364a5b5368619b1cfe24d3a6a9775c4711d2f42 (patch) | |
tree | bed161d4858ada3b70ba7141a8e5d8adde06686e | |
parent | 2f98339967234d1508b9ed0556b6afa1b3189f85 (diff) |
Point release versions of policy/parent and policy/common
Issue-ID: POLICY-1583
Change-Id: I7d621b33fd78a5277592e0129c3a13c7108d235a
Signed-off-by: Hockla, Ali (ah999m) <ah999m@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath /> </parent> @@ -63,7 +63,7 @@ <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <commons.io.version>2.5</commons.io.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>1.6.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.6.1</policy.common.version> <policy.models.version>2.2.0-SNAPSHOT</policy.models.version> </properties> |