diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 11:46:33 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 11:46:40 -0400 |
commit | 96ad58653e85fdd1aea3ba103cd5421acfaece59 (patch) | |
tree | 7cbb0ada97a58df286adf574d89ac51444c84706 | |
parent | 8c80a066cdc63666a2049a56b22348ffe63a7ded (diff) |
Point to parent 3.3.2 common 1.8.2
Issue-ID: POLICY-3329
Change-Id: I246a591a9b5dece931c46f4ec4da42a529efa425
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-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.3.2-SNAPSHOT</version> + <version>3.3.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.8.2-SNAPSHOT</policy.common.version> + <policy.common.version>1.8.2</policy.common.version> </properties> <modules> |