[java-idp-plugin-scripting] branch main updated: Fix Build (part 3)

Rod Widdowson rdw at steadingsoftware.com
Sat Aug 22 15:21:10 UTC 2020


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=d365da2c534d7600c8e39c177cd9fac125ec9442

The following commit(s) were added to refs/heads/main by this push:
       new  d365da2   Fix Build (part 3)
d365da2 is described below

commit d365da2c534d7600c8e39c177cd9fac125ec9442
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 22 16:21:03 2020 +0100

    Fix Build (part 3)
---
 .../net/shibboleth/idp/plugin/scripting/rhino/RhinoDescription.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoDescription.java b/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoDescription.java
index faa1ce0..e358955 100644
--- a/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoDescription.java
+++ b/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoDescription.java
@@ -60,11 +60,11 @@ public class RhinoDescription extends AbstractPluginDescription {
 
     @Override
     public int getMinorVersion() {
-        return 2;
+        return 1;
     }
 
     @Override
     public int getPatchVersion() {
-        return 1;
+        return 2;
     }
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list