From 734176cf2f9a136ab5d1c0b5e3a483122f64cb0e Mon Sep 17 00:00:00 2001 From: Tiago Ferreira Date: Sat, 26 Feb 2022 21:20:30 -0500 Subject: [PATCH 1/2] Bump required version of Script Editor This should allow for CI compilation --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10c277b..efe7b9e 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ 3.5.2 - 0.6.1 + 0.7.1-SNAPSHOT From e37a4c3458503296a5b5dbc67eddcd399a0efa81 Mon Sep 17 00:00:00 2001 From: Tiago Ferreira Date: Sat, 26 Feb 2022 21:26:46 -0500 Subject: [PATCH 2/2] POM: Temporarily disable enforcer... ... due to SNAPSHOT dependency on Script Editor --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index efe7b9e..632ed2a 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ 0.7.1-SNAPSHOT + true