diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-19 12:34:29 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-19 16:47:40 +0000 |
commit | 3760eefb0cd8cefcdeafd793211791c122b72e4a (patch) | |
tree | 15eacb0bfc8fcaa1dfdf2c7473d5d04ca75b67ba | |
parent | 5e1237836165b9e6c5bd3719e6f4c914090be2d9 (diff) |
Point to released artifacts
Issue-ID: POLICY-2514
Change-Id: I717741dc3227a55cdea4ec9163acddf61b5601f9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath /> </parent> @@ -44,8 +44,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.6.5-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.6-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.5</policy.common.version> + <policy.models.version>2.2.6</policy.models.version> </properties> <modules> |