diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-07-09 15:00:38 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-07-09 15:24:20 -0500 |
commit | bc2d11d06879a6cadf42d8e57c92af63766ac979 (patch) | |
tree | 92ae5da41eb3b5bdc1369ae0c2d92b65e0cd4fd2 /pom.xml | |
parent | 57c87591cde427a672dcbeb17f17eb06fbdeca1c (diff) |
point to latest official models and commons
Issue-ID: POLICY-2695
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I66643d909e994228c69b906a633ff5e1ed8fd16a
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'pom.xml')
-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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.7.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.3.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.7.0</policy.common.version> + <policy.models.version>2.3.0</policy.models.version> </properties> <modules> |