[java-idp-plugin-scripting] 02/02: Bump version after release
Phil Smart
philip.smart at jisc.ac.uk
Wed Aug 25 09:03:42 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=675c2e519c39457c6cade316cf9283ae683a69b8
commit 675c2e519c39457c6cade316cf9283ae683a69b8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Aug 25 08:51:08 2021 +0000
Bump version after 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 ecdefe1..0a4a75a 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</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-graalvm-impl/pom.xml b/nashorn-graalvm-impl/pom.xml
index bf631b8..5423f8a 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</version>
+ <version>1.1.1-SNAPSHOT</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</version>
+ <version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index bb18c58..ec4e1c9 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</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index ac21c51..ed7f5b7 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</version>
+ <version>1.1.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>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index ff42806..53f0c44 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</version>
+ <version>1.1.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 afc69bd..69b0690 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</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index cad58c1..d0f4e8d 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</version>
+ <version>1.1.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>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 5ebd6bb..7b1b327 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</version>
+ <version>1.1.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