diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 13:50:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 13:50:57 -0400 |
commit | 851076c9775fa2021cf4895cfaa773b89b2c7ea9 (patch) | |
tree | 7c8a4ee33ba00f657e1c12aa9648cbbe9f344b6b /pom.xml | |
parent | 7452546571b4189154cbf4c435fc58cff4a6aebd (diff) |
Point to released parent and common
parent 3.1.2
common 1.6.3
Issue-ID: POLICY-2378
Change-Id: I9cc0b0b8739f3fb017dc5a68584c12af9912bd29
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.2</version> <relativePath /> </parent> @@ -42,7 +42,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.6.3-SNAPSHOT</policy.common.version> + <policy.common.version>1.6.3</policy.common.version> </properties> <modules> |