diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-05 14:27:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-05 14:27:25 -0400 |
commit | 0813923baa10ddd08e8cb3eccff8ac224f2b8aa4 (patch) | |
tree | b15906389a06bfeef8c87e0005c18d288ac77698 | |
parent | 83a1bbff60a642043260bfc61e238203a3bba769 (diff) |
Point to released parent,common
Issue-ID: POLICY-2514
Change-Id: Ib7bb52f147c30e9a4c588d29cb13495905ee1ac6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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.3-SNAPSHOT</version> + <version>3.1.3</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.5-SNAPSHOT</policy.common.version> + <policy.common.version>1.6.5</policy.common.version> </properties> <modules> |