[java-idp-plugin-scripting] 02/02: Bump version after release

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 13 16:19:17 UTC 2023


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=8ec27b11e6e86dce1bd97da3039883eb9e460b70

commit 8ec27b11e6e86dce1bd97da3039883eb9e460b70
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 13 16:15:25 2023 +0000

    Bump version after release
---
 ion after release'       | 96 ++++++++++++++++++++++++++++++++++++++++++++++++
 nashorn-jdk-dist/pom.xml |  2 +-
 nashorn-jdk-impl/pom.xml |  4 +-
 pom.xml                  |  2 +-
 rhino-dist/pom.xml       |  2 +-
 rhino-impl/pom.xml       |  4 +-
 scripting-api/pom.xml    |  2 +-
 7 files changed, 104 insertions(+), 8 deletions(-)

diff --git a/ion after release' b/ion after release'
new file mode 100644
index 0000000..015fe21
--- /dev/null
+++ b/ion after release'	
@@ -0,0 +1,96 @@
+diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
+index 409c817..61747e5 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.0</version>
++        <version>2.0.1-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 5c0d234..cb5a887 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.0</version>
++        <version>2.0.1-SNAPSHOT</version>
+     </parent>
+     
+     <name>Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl </name>
+@@ -74,7 +74,7 @@
+         <dependency>
+             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
+             <artifactId>idp-plugin-scripting-api</artifactId>
+-            <version>2.0.0</version>
++            <version>2.0.1-SNAPSHOT</version>
+         </dependency>
+ 
+         <dependency>
+diff --git a/pom.xml b/pom.xml
+index 57743ea..f00a76e 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -12,7 +12,7 @@
+ 
+     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
+     <artifactId>idp-plugin-scripting</artifactId>
+-    <version>2.0.0</version>
++    <version>2.0.1-SNAPSHOT</version>
+     <packaging>pom</packaging>
+ 
+     <name>Shibboleth IdP :: Plugins :: Scripting</name>
+diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
+index 4746184..c51a431 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.0</version>
++        <version>2.0.1-SNAPSHOT</version>
+     </parent>
+ 
+     <artifactId>idp-plugin-rhino-dist</artifactId>
+diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
+index fbac000..9688ccf 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.0</version>
++        <version>2.0.1-SNAPSHOT</version>
+     </parent>
+     
+     <name>Shibboleth IdP :: Plugins :: Rhino Scripting Impl</name>
+@@ -27,7 +27,7 @@
+         <dependency>
+             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
+             <artifactId>idp-plugin-scripting-api</artifactId>
+-            <version>2.0.0</version>
++            <version>2.0.1-SNAPSHOT</version>
+         </dependency>
+         
+         <dependency>
+diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
+index 66929c8..f36dd81 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.0</version>
++        <version>2.0.1-SNAPSHOT</version>
+     </parent>
+     
+     <name>Shibboleth IdP :: Plugins :: Scripting Common Code</name>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index 409c817..61747e5 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.0</version>
+        <version>2.0.1-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 5c0d234..cb5a887 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.0</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl </name>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index 57743ea..f00a76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
     <artifactId>idp-plugin-scripting</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Shibboleth IdP :: Plugins :: Scripting</name>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 4746184..c51a431 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.0</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index fbac000..9688ccf 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.0</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Rhino Scripting Impl</name>
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.1-SNAPSHOT</version>
         </dependency>
         
         <dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 66929c8..f36dd81 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.0</version>
+        <version>2.0.1-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