[java-idp-testbed] branch maint-4 updated: Bump IdP version after release

Tom Zeller tzeller at dragonacea.biz
Mon Jan 23 15:42:00 UTC 2023


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

tzeller pushed a commit to branch maint-4
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=f5f060cc343d39098784e9dd6bcbab5a13b8e632

The following commit(s) were added to refs/heads/maint-4 by this push:
     new f5f060c  Bump IdP version after release
f5f060c is described below

commit f5f060cc343d39098784e9dd6bcbab5a13b8e632
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jan 23 09:41:53 2023 -0600

    Bump IdP version after release
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98d4e75..6885b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.3.0-SNAPSHOT</idp.version>
+        <idp.version>4.3.1-SNAPSHOT</idp.version>
         <idp-jetty-base.version>9.4.1-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>9.4.44.v20210927</jetty.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -303,7 +303,7 @@
             <version>${cas-client.version}</version>
             <scope>runtime</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-jdbc</artifactId>
@@ -328,7 +328,7 @@
                     <groupId>org.ow2.asm</groupId>
                     <artifactId>asm</artifactId>
                 </exclusion>
-            </exclusions>                
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>net.shibboleth.oidc</groupId>
@@ -379,7 +379,7 @@
             <scope>runtime</scope>
         </dependency>
         -->
-        
+
     </dependencies>
 
     <build>

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


More information about the commits mailing list