[java-idp-plugin-scripting] 01/02: Update files to be tagged for release

Phil Smart philip.smart at jisc.ac.uk
Tue Mar 23 17:19:54 UTC 2021


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

philsmart 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=c59e86a2a85fb0b6485950c2be9c66012af88910

commit c59e86a2a85fb0b6485950c2be9c66012af88910
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 23 17:17:27 2021 +0000

    Update files to be tagged for release
---
 nashorn-dist/pom.xml  |  2 +-
 nashorn-impl/pom.xml  |  4 ++--
 pom.xml               | 10 +++++-----
 rhino-dist/pom.xml    |  2 +-
 rhino-impl/pom.xml    |  4 ++--
 scripting-api/pom.xml |  2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 2ed69cc..982d9a1 100644
--- a/nashorn-dist/pom.xml
+++ b/nashorn-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>0.1.5-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index b89886a..57d950d 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
         <artifactId>idp-plugin-scripting</artifactId>
-        <version>0.1.5-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: Nashorn Scripting Impl</name>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
-            <version>0.1.5-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index 38c9ac9..b0d4918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.2.0-SNAPSHOT</version>
+        <version>11.2.0</version>
     </parent>
 
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
     <artifactId>idp-plugin-scripting</artifactId>
-    <version>0.1.5-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <name>Shibboleth IdP :: Plugins :: Scripting</name>
@@ -22,9 +22,9 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.1.0-SNAPSHOT</idp.version>
-        <java-support.version>8.2.0-SNAPSHOT</java-support.version>
-        <spring-extensions.version>6.1.0-SNAPSHOT</spring-extensions.version>
+        <idp.version>4.1.0</idp.version>
+        <java-support.version>8.2.0</java-support.version>
+        <spring-extensions.version>6.1.0</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
     
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index ff1f06d..f5c78c0 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>0.1.5-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index ef63b0c..88ace88 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>0.1.5-SNAPSHOT</version>
+        <version>1.0.0</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>0.1.5-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         
         <dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 1222d6c..0cf254e 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>0.1.5-SNAPSHOT</version>
+        <version>1.0.0</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