aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-02-23 08:19:13 -0500
committerJim Hahn <jrh3@att.com>2021-02-23 08:19:44 -0500
commit32af03c27a7ac85706e605e871d935c303b056b2 (patch)
tree1f84c693250f78cc8c17e2c4ce12c25cbc9163a8
parent5a94ebda407e82a8df4abea1b8a916ea4f88d9cd (diff)
Point to non-snapshots in models
Issue-ID: POLICY-3088 Change-Id: I2789f3435514de5ef2be3f07f8419434bda89d6d Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e3ae6a1d8..c51315d8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
<relativePath />
</parent>
@@ -42,7 +42,7 @@
<properties>
<derby.version>10.13.1.1</derby.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
- <policy.common.version>1.8.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.8.0</policy.common.version>
</properties>
<modules>