Point to latest SNAPSHOTs 72/106672/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 27 Apr 2020 12:06:10 +0000 (08:06 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 27 Apr 2020 12:06:14 +0000 (08:06 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7a5ca44..6fb5a49 100644 (file)
--- 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>