diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:52:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:54:04 -0400 |
commit | 08437c9b0e783ca9629f806df06053604c5ef43a (patch) | |
tree | a6d10e606540c87e3a2a54a4d9b1d7ba329a1da6 /pom.xml | |
parent | f9e85b70f97c139911466336f29fb365de53306c (diff) |
Point to released artifacts
Issue-ID: POLICY-2378
Change-Id: I5909a7abc0bf1f199c4585f63d1bf1885b54ee6a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-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 for all the Policy GUI's.</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> |