diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-19 12:20:53 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-19 12:33:19 -0400 |
commit | b247ef85948b791dba72e3c7534202265353b053 (patch) | |
tree | d851afb300c21500a4a9006e9e97ece247e1a14a | |
parent | 4de0870f3bb8d9faaa01508d9a08e76cb6c74714 (diff) |
Point to released artifacts
Issue-ID: POLICY-2514
Change-Id: I1d16241856c58f0bd778806e17c718991cf04226
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath /> </parent> @@ -40,8 +40,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <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> |