diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 17:43:17 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 17:43:23 -0400 |
commit | 2fa3f4c25a576d9e98d2a93ebe1b6063dae6b06a (patch) | |
tree | fd7dc225cd8e6881e8143a00649515907a893868 | |
parent | 8da98df3a09d97d8703a6206147521c3d132eb03 (diff) |
Point to released parent, common, models
Issue-ID: POLICY-2378
Change-Id: If3883aacd99d515d3409d57c508330b7c7c4341f
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.2-SNAPSHOT</version> + <version>3.1.2</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that define our external API.</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> |