From 624782a3a85ed5d811cad3a5ac84267d46526e3d Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Mon, 25 Oct 2021 18:19:24 -0400 Subject: Point to snapshot dependency Issue-ID: POLICY-3788 Change-Id: Ieba10fd271862cb2ac98576673051bc5dbbc3dd9 Signed-off-by: Ram Krishna Verma --- .gitignore | 1 + pom.xml | 8 ++++---- 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 @@ org.onap.policy.parent integration - 3.4.3 + 3.5.0-SNAPSHOT @@ -45,9 +45,9 @@ content/repositories/staging/ - 1.9.1 - 2.5.1 - 1.9.1 + 1.10.0-SNAPSHOT + 2.6.0-SNAPSHOT + 1.10.0-SNAPSHOT -- cgit 1.2.3-korg