diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-11 15:33:49 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-11 15:34:05 -0400 |
commit | 88f1e7fe8d26de78b0d11ed975845ad877ec0a30 (patch) | |
tree | f9012a5ac8c1ad5da18b97990f34e9876fa71a46 /pom.xml | |
parent | db27fc73d0e1ef3e77c68b2e2ac02c86eb73e3e5 (diff) |
Point to released parent, common, models
Issue-ID: POLICY-2378
Change-Id: Ic80fe0334919361f973c7ae7796c5d8868882fcb
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> @@ -52,8 +52,8 @@ <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <commons.io.version>2.5</commons.io.version> <xml.apis.version>1.4.01</xml.apis.version> - <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> |