diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-23 08:19:13 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-23 08:19:44 -0500 |
commit | 32af03c27a7ac85706e605e871d935c303b056b2 (patch) | |
tree | 1f84c693250f78cc8c17e2c4ce12c25cbc9163a8 /pom.xml | |
parent | 5a94ebda407e82a8df4abea1b8a916ea4f88d9cd (diff) |
Point to non-snapshots in models
Issue-ID: POLICY-3088
Change-Id: I2789f3435514de5ef2be3f07f8419434bda89d6d
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |