diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-22 12:33:17 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-22 12:33:23 -0400 |
commit | 6d2045c41adc4ca195920ff5f986e6c2d512cfec (patch) | |
tree | 80b113cc563c68e13edfb2b40859e060991bad34 | |
parent | f620409bd8f381b55a336c5e1917083be1465a78 (diff) |
Point to released dependencies
Issue-ID: POLICY-3329
Change-Id: I3b06b1cf12569ed42ef9ceef81454a4484754ca8
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.1-SNAPSHOT</version> + <version>3.3.1</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.0</policy.common.version> + <policy.common.version>1.8.1</policy.common.version> </properties> <modules> |