From cfe222d242644906c0994c86009154989146556f Mon Sep 17 00:00:00 2001 From: Sanchit Garg Date: Fri, 10 Nov 2023 18:06:49 +0530 Subject: [PATCH 1/2] pom changes --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 23c3b5a6..6096817a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ io.cdap.plugin servicenow-plugins - 1.2.0 + 1.1.0-SNAPSHOT ServiceNow Plugins jar Plugins for ServiceNow @@ -60,7 +60,7 @@ ${project.basedir} 7 UTF-8 - 6.8.0 + 6.7.0 2.10.0 2.10.2 4.3.4 @@ -415,8 +415,8 @@ 1.1.0 - system:cdap-data-pipeline[6.8.0,7.0.0-SNAPSHOT) - system:cdap-data-streams[6.8.0,7.0.0-SNAPSHOT) + system:cdap-data-pipeline[6.1.1,7.0.0-SNAPSHOT) + system:cdap-data-streams[6.1.1,7.0.0-SNAPSHOT) From c89ca0d8f46bab5beaa4d738552a8254e1161602 Mon Sep 17 00:00:00 2001 From: Sanchit Garg Date: Tue, 21 Nov 2023 19:22:58 +0530 Subject: [PATCH 2/2] change cdap parent lower bound --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6096817a..d95cf3fe 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ widgets docs - system:cdap-data-pipeline[6.8.0,7.0.0-SNAPSHOT) + system:cdap-data-pipeline[6.7.0,7.0.0-SNAPSHOT) ${project.basedir} 7 @@ -415,8 +415,8 @@ 1.1.0 - system:cdap-data-pipeline[6.1.1,7.0.0-SNAPSHOT) - system:cdap-data-streams[6.1.1,7.0.0-SNAPSHOT) + system:cdap-data-pipeline[6.7.0,7.0.0-SNAPSHOT) + system:cdap-data-streams[6.7.0,7.0.0-SNAPSHOT)