diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:59:01 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-17 12:59:04 -0400 |
commit | fb6cee46cfd6b17a5f627d2c385a2fb78826867c (patch) | |
tree | 8e77ef9722b7aa9f4bdd2d6da29d676463d8e0a8 | |
parent | 2f9f1d0e0f74aac15ecc65fbc63d845ffff655cd (diff) |
Point to released dependencies
Issue-ID: POLICY-4295
Change-Id: I7d445ffa3b52eb39681a41ca288d443ab3e0c9b8
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> @@ -45,8 +45,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <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> |