[java-idp-plugin-scripting] branch main updated: JSCRIPTING-12 Release V1.1.0
Rod Widdowson
rdw at steadingsoftware.com
Wed Aug 25 09:58:11 UTC 2021
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=edc4bc3eef0ca2459bbf14f50d4bd04a1cb559a9
The following commit(s) were added to refs/heads/main by this push:
new edc4bc3 JSCRIPTING-12 Release V1.1.0
edc4bc3 is described below
commit edc4bc3eef0ca2459bbf14f50d4bd04a1cb559a9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Aug 25 10:52:46 2021 +0100
JSCRIPTING-12 Release V1.1.0
https://shibboleth.atlassian.net/browse/JSCRIPTING-12
Post release tasks.
* rev the parent poms parent back to 11.2.2-SNAPSHOT
* Remove the override of the GraalVM version
* Fix typo on the GraalVM artefact name
* Clean up some <name/>s while I'm in there
---
nashorn-graalvm-dist/pom.xml | 4 ++--
nashorn-graalvm-impl/pom.xml | 1 -
nashorn-jdk-dist/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 0a4a75a..9e04f3f 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-dist/pom.xml
@@ -10,8 +10,8 @@
<version>1.1.1-SNAPSHOT</version>
</parent>
- <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
- <artifactId>idp-plugin-nashorn-grallvm-dist</artifactId>
+ <name>Shibboleth IdP :: Plugins :: Nashorn Distribution (GraalVM)</name>
+ <artifactId>idp-plugin-nashorn-graalvm-dist</artifactId>
<packaging>pom</packaging>
<description>
diff --git a/nashorn-graalvm-impl/pom.xml b/nashorn-graalvm-impl/pom.xml
index 5423f8a..0fa9236 100644
--- a/nashorn-graalvm-impl/pom.xml
+++ b/nashorn-graalvm-impl/pom.xml
@@ -19,7 +19,6 @@
<automatic.module.name>net.shibboleth.idp.plugin.nashorn</automatic.module.name>
<!-- Revise these two when Graal changes -->
<icu4j.version>69.1</icu4j.version>
- <graalvm.version>21.2.0</graalvm.version>
</properties>
<description>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index ec4e1c9..2f2e318 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -10,7 +10,7 @@
<version>1.1.1-SNAPSHOT</version>
</parent>
- <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
+ <name>Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK)</name>
<artifactId>idp-plugin-nashorn-jdk-dist</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 53f0c44..ec7bba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.1</version>
+ <version>11.2.2-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list