diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 14:06:09 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:45:55 -0400 |
commit | 011a788c3424cdb71a0241f3fe89c9291b130d03 (patch) | |
tree | 4cc24a495a710a16555db25ef1b2234829894cf8 | |
parent | b02fae805ebacd642ca4bc786359a8e2f9d3d201 (diff) |
Point to released artifacts
Issue-ID: POLICY-2378
Change-Id: I598a1137e24e7a89862cf497a22d7efd4a7b4270
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.1-SNAPSHOT</version> + <version>3.1.1</version> <relativePath /> </parent> @@ -40,8 +40,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.2</policy.common.version> + <policy.models.version>2.2.1</policy.models.version> </properties> <modules> |