[java-idp-plugin-scripting] 01/02: Update files to be tagged for release
Phil Smart
philip.smart at jisc.ac.uk
Wed Aug 25 09:03:41 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=71665f7f66286143a05c7dd0527a4ce232dd94df
commit 71665f7f66286143a05c7dd0527a4ce232dd94df
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Aug 25 08:49:31 2021 +0000
Update files to be tagged for release
---
nashorn-graalvm-dist/pom.xml | 2 +-
nashorn-graalvm-impl/pom.xml | 4 ++--
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 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 5ee66a3..ecdefe1 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-dist/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>idp-plugin-scripting</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-graalvm-impl/pom.xml b/nashorn-graalvm-impl/pom.xml
index 4513c51..bf631b8 100644
--- a/nashorn-graalvm-impl/pom.xml
+++ b/nashorn-graalvm-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>idp-plugin-scripting</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn GraalVM Scripting Impl</name>
@@ -68,7 +68,7 @@
<dependency>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>idp-plugin-scripting-api</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index 2854283..bb18c58 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 7ca35f3..ac21c51 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index aa522b1..ff42806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>idp-plugin-scripting</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<packaging>pom</packaging>
<name>Shibboleth IdP :: Plugins :: Scripting</name>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index e518efd..afc69bd 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index a60dd51..cad58c1 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 3769160..5ebd6bb 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.1.0-SNAPSHOT</version>
+ <version>1.1.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