[java-idp-plugin-scripting] branch main updated: Rev to major version because of JDK change!
Rod Widdowson
rdw at steadingsoftware.com
Mon Jul 10 09:58:55 UTC 2023
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=e7204c5b5e564f23852ef8b4e9209be3bb3bef4e
The following commit(s) were added to refs/heads/main by this push:
new e7204c5 Rev to major version because of JDK change!
e7204c5 is described below
commit e7204c5b5e564f23852ef8b4e9209be3bb3bef4e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 10 10:58:52 2023 +0100
Rev to major version because of JDK change!
---
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 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index c3c6fc3..8d14ee7 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.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK)</name>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index b6d216b..6a60c86 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.1-SNAPSHOT</version>
+ <version>2.0.0-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.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 6cb1cac..f111e6a 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.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Shibboleth IdP :: Plugins :: Scripting</name>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 10897ea..189effa 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.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-rhino-dist</artifactId>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index 56383f6..7dcde32 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.1-SNAPSHOT</version>
+ <version>2.0.0-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.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 7b1b327..f60743b 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.1-SNAPSHOT</version>
+ <version>2.0.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