diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-27 08:06:10 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-27 08:06:14 -0400 |
commit | 9d43f31c0069421ba3b29315c7232311db74180b (patch) | |
tree | 11c7d9593a6fb58f9b49bc3c6ce938a7a893f0cf /pom.xml | |
parent | 21b4229b359a7eefc03db4a061d40b83159bd457 (diff) |
Point to latest SNAPSHOTs
Security fix for glassfish, fixes in common/models and
parent.
Issue-ID: POLICY-2510
Change-Id: Iffb3a0ee13b5adb38b610bdd59b5c57c9a0d2c02
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
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.2</version> + <version>3.1.3-SNAPSHOT</version> <relativePath /> </parent> @@ -44,8 +44,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.6.4</policy.common.version> - <policy.models.version>2.2.4</policy.models.version> + <policy.common.version>1.6.5-SNAPSHOT</policy.common.version> + <policy.models.version>2.2.6-SNAPSHOT</policy.models.version> </properties> <modules> |