diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:47:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:47:26 -0400 |
commit | 355792cb10a2c66365472e43c097c589be43eefe (patch) | |
tree | 499bab220a3b3fdf1e8c716c860d6a3dd2853024 | |
parent | 97e19c931535a5b474d4942a9982f0b7a1cf7414 (diff) |
Point to released artifacts
Issue-ID: POLICY-2378
Change-Id: I9186874a4a4253105f3bff602c5c5b01b7f1d1c3
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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.1-SNAPSHOT</version> + <version>3.1.1</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.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.2</policy.common.version> + <policy.models.version>2.2.1</policy.models.version> </properties> <modules> |