[java-idp-plugin-scripting] branch main updated: JSCRIPTING-20 Release Scripting plugins 2.1.0

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 26 16:07:41 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=67e6a60e51c29e94915995c2fb25cd21cbe83c47

The following commit(s) were added to refs/heads/main by this push:
     new 67e6a60  JSCRIPTING-20 Release Scripting plugins 2.1.0
67e6a60 is described below

commit 67e6a60e51c29e94915995c2fb25cd21cbe83c47
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 26 17:06:47 2024 +0100

    JSCRIPTING-20 Release Scripting plugins 2.1.0
    
    https://shibboleth.atlassian.net/browse/JSCRIPTING-20
    
    Move parent project forward to 17.1.3
---
 nashorn-jdk-dist/pom.xml | 2 +-
 nashorn-jdk-impl/pom.xml | 2 +-
 pom.xml                  | 4 ++--
 rhino-dist/pom.xml       | 2 +-
 rhino-impl/pom.xml       | 2 +-
 scripting-api/pom.xml    | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index 61747e5..72f54b0 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK)</name>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 10db16b..f3d7252 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl </name>
diff --git a/pom.xml b/pom.xml
index 4a451fe..01c186c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.2</version>
+        <version>17.1.3</version>
     </parent>
 
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
     <artifactId>idp-plugin-scripting</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Shibboleth IdP :: Plugins :: Scripting</name>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index c51a431..e3ef70c 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index cab5b10..b0095b2 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Rhino Scripting Impl</name>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index f36dd81..04ab16e 100644
--- a/scripting-api/pom.xml
+++ b/scripting-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Scripting Common Code</name>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list