diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 09:22:34 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 09:22:34 -0600 |
commit | ec5a8908cc03b7a204dc2d2fb170a69b065acfa6 (patch) | |
tree | 58a042927e1a231e78feffdeddc2417c1ba37cef /pom.xml | |
parent | e4b3aa2e10fbb0506a0f3dd878cd0a2259d82bf4 (diff) |
versions: 1.8.0 common, 2.4.0 models, 3.3.0 parent
Issue-ID: POLICY-3088
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I34009c5916b04d1272b1d528272945fabe22a56c
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.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath /> </parent> @@ -51,8 +51,8 @@ <hibernate.core.version>5.4.28.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>1.8.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.4.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.8.0</policy.common.version> + <policy.models.version>2.4.0</policy.models.version> </properties> <modules> |