aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:19:24 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:19:33 -0400
commit624782a3a85ed5d811cad3a5ac84267d46526e3d (patch)
tree1db4d92fe27af7de6da8b385797eea153e1215ee
parentc521c2eee0fac332a59514964b5417bab9adbbf7 (diff)
Point to snapshot dependency
Issue-ID: POLICY-3788 Change-Id: Ieba10fd271862cb2ac98576673051bc5dbbc3dd9 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--.gitignore1
-rw-r--r--pom.xml8
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 29a5a29e1..f8675bc41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ target
.project
.settings
.classpath
+.checkstyle
.metadata/
/bin/
diff --git a/pom.xml b/pom.xml
index 9ab303c8a..9718157d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.3</version>
+ <version>3.5.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -45,9 +45,9 @@
<staging.path>content/repositories/staging/</staging.path>
<!-- Project common dependency versions -->
- <version.policy.common>1.9.1</version.policy.common>
- <policy.models.version>2.5.1</policy.models.version>
- <version.policy.drools-pdp>1.9.1</version.policy.drools-pdp>
+ <version.policy.common>1.10.0-SNAPSHOT</version.policy.common>
+ <policy.models.version>2.6.0-SNAPSHOT</policy.models.version>
+ <version.policy.drools-pdp>1.10.0-SNAPSHOT</version.policy.drools-pdp>
</properties>
<build>