[java-idp-plugin-scripting] branch main updated: Fix build - missed a couple of version changes

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 17 09:18:29 UTC 2021


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=e004ff011e1ac712cffec89827f0f0d38eed768c

The following commit(s) were added to refs/heads/main by this push:
       new  e004ff0   Fix build - missed a couple of version changes
e004ff0 is described below

commit e004ff011e1ac712cffec89827f0f0d38eed768c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 17 10:18:24 2021 +0100

    Fix build - missed a couple of version changes
---
 nashorn-impl/pom.xml     | 2 +-
 nashorn-jdk-impl/pom.xml | 2 +-
 rhino-impl/pom.xml       | 2 +-
 scripting-api/pom.xml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index e50844c..567df48 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index bdea65a..9183cba 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index 5b0258b..a60dd51 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         
         <dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index e32119d..3769160 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>1.0.1-SNAPSHOT</version>
+        <version>1.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