aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-27 08:06:10 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-27 08:06:14 -0400
commit9d43f31c0069421ba3b29315c7232311db74180b (patch)
tree11c7d9593a6fb58f9b49bc3c6ce938a7a893f0cf
parent21b4229b359a7eefc03db4a061d40b83159bd457 (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>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7a5ca448..6fb5a498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>