You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/11 06:34:09 UTC

[jackrabbit-oak] branch OAK-10062 updated (13277a74f1 -> 88112bdb65)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch OAK-10062
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 13277a74f1 OAK-10057: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.8
     new 3cc50cc384 OAK-10062: consolidate and upadte groovy versions to 2.4.21
     new 88112bdb65 OAK-10062: consolidate and upadte groovy versions to 2.4.21

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 oak-parent/pom.xml      | 1 +
 oak-pojosr/pom.xml      | 4 ----
 oak-run-elastic/pom.xml | 1 -
 oak-run/pom.xml         | 1 -
 4 files changed, 1 insertion(+), 6 deletions(-)


[jackrabbit-oak] 02/02: OAK-10062: consolidate and upadte groovy versions to 2.4.21

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10062
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 88112bdb65af8057925de6afe4871e7a12734a72
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Jan 10 20:25:07 2023 +0100

    OAK-10062: consolidate and upadte groovy versions to 2.4.21
---
 oak-parent/pom.xml      | 1 +
 oak-pojosr/pom.xml      | 4 ----
 oak-run-elastic/pom.xml | 1 -
 oak-run/pom.xml         | 1 -
 4 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 5bdb9b5611..a29e87007c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -68,6 +68,7 @@
     <jackson.version>2.13.4</jackson.version>
     <testcontainers.version>1.17.5</testcontainers.version>
     <pax-exam.version>4.13.1</pax-exam.version>
+    <groovy.version>2.4.21</groovy.version>
     <java.version>1.8</java.version>
     <java.version.signature>java18</java.version.signature>
     
diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index 5822de4113..fcbff4fe36 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -30,10 +30,6 @@
   <artifactId>oak-pojosr</artifactId>
   <name>Oak PojoSR</name>
 
-  <properties>
-    <groovy.version>2.4.21</groovy.version>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index 13214a86bf..11dfa34ba8 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -32,7 +32,6 @@
 
     <properties>
         <jetty.version>8.2.0.v20160908</jetty.version>
-        <groovy.version>2.4.21</groovy.version>
         <!--
         Size History:
         105 MB : Setting constraint to default oak-run jar post adding the build plugin to rename the fat jar with embedded dependencies as the default jar.
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index 078049440d..9f8fea1d99 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -32,7 +32,6 @@
 
   <properties>
     <jetty.version>9.4.46.v20220331</jetty.version>
-    <groovy.version>2.4.21</groovy.version>
     <!--
       Size History:
       + 56 MB MongoDB Java driver 3.12.7 (OAK-9357)


[jackrabbit-oak] 01/02: OAK-10062: consolidate and upadte groovy versions to 2.4.21

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10062
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 3cc50cc3847cbace82219540eeb8cb5bbd9fee1e
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Jan 10 20:22:11 2023 +0100

    OAK-10062: consolidate and upadte groovy versions to 2.4.21
---
 oak-pojosr/pom.xml      | 2 +-
 oak-run-elastic/pom.xml | 2 +-
 oak-run/pom.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index c1c4e67753..5822de4113 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -31,7 +31,7 @@
   <name>Oak PojoSR</name>
 
   <properties>
-    <groovy.version>2.4.12</groovy.version>
+    <groovy.version>2.4.21</groovy.version>
   </properties>
 
   <build>
diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index f7bccbbf31..13214a86bf 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <jetty.version>8.2.0.v20160908</jetty.version>
-        <groovy.version>2.4.17</groovy.version>
+        <groovy.version>2.4.21</groovy.version>
         <!--
         Size History:
         105 MB : Setting constraint to default oak-run jar post adding the build plugin to rename the fat jar with embedded dependencies as the default jar.
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index e2c5aed8ba..078049440d 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -32,7 +32,7 @@
 
   <properties>
     <jetty.version>9.4.46.v20220331</jetty.version>
-    <groovy.version>2.4.17</groovy.version>
+    <groovy.version>2.4.21</groovy.version>
     <!--
       Size History:
       + 56 MB MongoDB Java driver 3.12.7 (OAK-9357)