diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-11 15:26:11 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-11 15:26:15 -0400 |
commit | 7b4c276c06a5f28ef58b401c02d7762c7fbb69e2 (patch) | |
tree | 7ce336f3ae37cc713c0eb8ed09bb33b21d65d008 /pom.xml | |
parent | 4e716dd24d0fce3149698419927feb8d7833274b (diff) |
Point to release parent, common, models
Issue-ID: POLICY-2378
Change-Id: I5c044390acfebf0118b429183c4ffaef1566acea
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.2-SNAPSHOT</version> + <version>3.1.2</version> <relativePath /> </parent> @@ -40,8 +40,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.6.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.3</policy.common.version> + <policy.models.version>2.2.3</policy.models.version> </properties> <modules> |