diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:58:27 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:58:30 -0400 |
commit | 4921b64532185f4ffabd1b48cc93066289f54fb7 (patch) | |
tree | cfdee020b510694fd39b159da100de4cd5bf025f /pom.xml | |
parent | 8685a571aac3aa103141ffd2f7795d69aa950d38 (diff) |
Point to released dependencies
Issue-ID: POLICY-4295
Change-Id: I47163f74c5655364cf6369022cafa14e3e689e7e
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.8.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.4.6-SNAPSHOT</policy.models.version> + <policy.common.version>1.8.3</policy.common.version> + <policy.models.version>2.4.6</policy.models.version> </properties> <modules> |