[java-idp-testbed] branch maint-4 updated: Update spring-exts and opensaml versions.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 18 00:04:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor 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=f62e64edef24c064b789c06d704dda9b264d908f
The following commit(s) were added to refs/heads/maint-4 by this push:
new f62e64e Update spring-exts and opensaml versions.
f62e64e is described below
commit f62e64edef24c064b789c06d704dda9b264d908f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 17 19:04:21 2023 -0500
Update spring-exts and opensaml versions.
---
pom.xml | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index db45916..b9d812a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.5-SNAPSHOT</version>
+ <version>11.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -19,8 +19,8 @@
<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>
- <opensaml.version>4.3.0-SNAPSHOT</opensaml.version>
- <spring-extensions.version>6.3.0-SNAPSHOT</spring-extensions.version>
+ <opensaml.version>4.3.1-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>6.3.1-SNAPSHOT</spring-extensions.version>
<cas-client.version>3.5.1</cas-client.version>
<oidc-commons.version>2.2.0-SNAPSHOT</oidc-commons.version>
<oidc-op.version>3.4.0-SNAPSHOT</oidc-op.version>
@@ -33,6 +33,23 @@
-->
</properties>
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<dependencies>
<!-- 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