Update snapshot and/or references of policy/gui to latest snapshots
[policy/gui.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 357550d..ab3f24d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.2</version>
+        <version>4.0.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.gui</groupId>
     <artifactId>policy-gui</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -40,9 +40,9 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.apex-pdp.version>3.0.2</policy.apex-pdp.version>
-        <policy.common.version>2.0.2</policy.common.version>
-        <policy.models.version>3.0.2</policy.models.version>
+        <policy.apex-pdp.version>3.0.3-SNAPSHOT</policy.apex-pdp.version>
+        <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>3.0.3-SNAPSHOT</policy.models.version>
         <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
     </properties>