diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:56:54 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:57:00 -0400 |
commit | e6cf783d5b242010a3b871c381477e06d63ea52e (patch) | |
tree | f4b39e57dd7615da3267815e590f88ac5391750a | |
parent | 45006d64508c005d36db9ad7040924888030a904 (diff) |
Point to released dependencies
Issue-ID: POLICY-4295
Change-Id: Icaa72b6f2249fb90ae0d61ab6b5df0174b16c80c
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,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,8 +42,8 @@ <description>Code that define our external API.</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> |