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

Phil Smart philip.smart at jisc.ac.uk
Thu Nov 26 11:51:52 UTC 2020


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=11998ecdb8fc03a2afb67d83fbba663122af8036

commit 11998ecdb8fc03a2afb67d83fbba663122af8036
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Nov 26 11:50:42 2020 +0000

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

diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 02e2272..f148d43 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.4-SNAPSHOT</version>
+        <version>0.1.4</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index 6cd854b..0d03cb3 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.4-SNAPSHOT</version>
+        <version>0.1.4</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.4-SNAPSHOT</version>
+            <version>0.1.4</version>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index 53ac426..6089605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
     <artifactId>idp-plugin-scripting</artifactId>
-    <version>0.1.4-SNAPSHOT</version>
+    <version>0.1.4</version>
     <packaging>pom</packaging>
 
     <name>Shibboleth IdP :: Plugins :: Scripting</name>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 8201d23..4d72561 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.4-SNAPSHOT</version>
+        <version>0.1.4</version>
     </parent>
 
     <artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index 3eff4ea..054dcab 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.4-SNAPSHOT</version>
+        <version>0.1.4</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.4-SNAPSHOT</version>
+            <version>0.1.4</version>
         </dependency>
         
         <dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index ca92804..074d5b4 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.4-SNAPSHOT</version>
+        <version>0.1.4</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