[java-idp-plugin-scripting] branch main updated: JSCRIPTING-20 Release Scripting plugins 2.1.0
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 27 09:02:59 UTC 2024
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=668c906caeee39e298037f14deaf3737b1036384
The following commit(s) were added to refs/heads/main by this push:
new 668c906 JSCRIPTING-20 Release Scripting plugins 2.1.0
668c906 is described below
commit 668c906caeee39e298037f14deaf3737b1036384
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 27 10:01:37 2024 +0100
JSCRIPTING-20 Release Scripting plugins 2.1.0
https://shibboleth.atlassian.net/browse/JSCRIPTING-20
Fix build
* Point at correct scripting-api version
* Pin the rhino versio n in the pom. Not doing so confused our
dependecy enforcer
---
rhino-impl/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index b8fd042..de8d6ed 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -28,12 +28,13 @@
<dependency>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>idp-plugin-scripting-api</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
+ <version>${rhino.version}</version>
<scope>compile</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list