diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-07-09 13:09:05 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-07-09 13:09:12 -0400 |
commit | f43543d019b056557a4d3dae5227de25fca1ffbe (patch) | |
tree | fe64e143cfa027e0d7843a3480d3dd5b201001b3 /pom.xml | |
parent | c6012167b9692eb38bcb479f233543e93c51c998 (diff) |
Refer to released parent & common in policy/models
Issue-ID: POLICY-2695
Change-Id: I4e30b08822095bddbb720e3785b7493bfddff749
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
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.2.0-SNAPSHOT</version> + <version>3.2.0</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.7.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.7.0</policy.common.version> </properties> <modules> |