[java-idp-oidc] branch maint-1 updated: Move OpenSAML and IdP POMS forward to current snapshot
Rod Widdowson
rdw at steadingsoftware.com
Sun Jul 26 10:49:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-1
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=519cc33e1d4c393e95c4984411366042abd6e5f7
The following commit(s) were added to refs/heads/maint-1 by this push:
new 519cc33e Move OpenSAML and IdP POMS forward to current snapshot
519cc33e is described below
commit 519cc33e1d4c393e95c4984411366042abd6e5f7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 26 11:48:56 2020 +0100
Move OpenSAML and IdP POMS forward to current snapshot
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 78d4818f..4281c70d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.4.0</version>
+ <version>3.4.8-SNAPSHOT</version>
</parent>
<groupId>org.geant</groupId>
<artifactId>idp-oidc-extension-parent</artifactId>
@@ -16,8 +16,8 @@
<maven.compiler.version>3.6.1</maven.compiler.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
- <shib.idp.version>3.4.0</shib.idp.version>
- <opensaml.version>3.4.0</opensaml.version>
+ <shib.idp.version>3.4.8-SNAPSHOT</shib.idp.version>
+ <opensaml.version>3.4.6-SNAPSHOT</opensaml.version>
<checkstyle.version>2.17</checkstyle.version>
<checkstyle.configLocation>
conf/checkstyle.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list