diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-16 17:29:10 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-16 17:29:13 -0400 |
commit | 10646b8fbf9c0848526aac2c7892d7efd8cf4d47 (patch) | |
tree | 11c31ef1693873ec4dcaebcda8c297d850350497 | |
parent | 1aad832010c53333011778e706974991394564e0 (diff) |
Point to parent 3.3.3 and common 1.8.3
Issue-ID: POLICY-4295
Change-Id: Id7118485a553ddc652a36e9702a9cb5dab87b6af
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.3-SNAPSHOT</version> + <version>3.3.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.8.3-SNAPSHOT</policy.common.version> + <policy.common.version>1.8.3</policy.common.version> </properties> <modules> |