[java-idp-plugin-scripting] branch master updated: Fix dependencies

Ian Young ian at iay.org.uk
Mon Jun 22 13:41:52 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=01ea93509a4d059ef62d88fa9ff3be321b4386cf

The following commit(s) were added to refs/heads/master by this push:
       new  01ea935   Fix dependencies
01ea935 is described below

commit 01ea93509a4d059ef62d88fa9ff3be321b4386cf
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jun 22 14:41:24 2020 +0100

    Fix dependencies
---
 pom.xml | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a88977..3f2f1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,10 +7,9 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
-    
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
     <artifactId>scripting</artifactId>
     <version>0.0.1-SNAPSHOT</version>
@@ -22,13 +21,11 @@
     </description>
 
     <properties>
-        <shib.idp.version>4.0.1-SNAPSHOT</shib.idp.version>
-        <java-support-version>8.1.0-SNAPSHOT</java-support-version>
+        <idp.groupId>net.shibboleth.idp</idp.groupId>
+        <idp.version>4.1.0-SNAPSHOT</idp.version>
+        <java-support.version>8.1.0-SNAPSHOT</java-support.version>
         <spring.extensions.version>11.0.1-SNAPSHOT</spring.extensions.version>
-        
         <graalvm.version>20.0.0</graalvm.version>
-        <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.0.1-SNAPSHOT</idp.version>
     </properties>
 
     <dependencies>
@@ -36,7 +33,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>${java-support-version}</version>
+            <version>${java-support.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -47,7 +44,6 @@
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-installer</artifactId>
-            <version>${idp.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -55,9 +51,9 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>net.shibboleth.idp</groupId>
+                <groupId>${idp.groupId}</groupId>
                 <artifactId>idp-bom</artifactId>
-                <version>${shib.idp.version}</version>
+                <version>${idp.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

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


More information about the commits mailing list