[java-identity-provider] branch maint-3.3 updated: Override ldaptive version and bump opensaml to snapshot.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 29 13:02:21 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b6f8af9daf965d73f2c816b1b50e6c59c1958cce
The following commit(s) were added to refs/heads/maint-3.3 by this push:
new b6f8af9 Override ldaptive version and bump opensaml to snapshot.
b6f8af9 is described below
commit b6f8af9daf965d73f2c816b1b50e6c59c1958cce
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 29 13:02:19 2017 -0400
Override ldaptive version and bump opensaml to snapshot.
---
idp-parent/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index f53d242..b32dccc 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -66,10 +66,11 @@
<idwsfconsumer.version>1.0.0</idwsfconsumer.version>
<java-support.version>7.3.0</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>3.3.0</opensaml.version>
+ <opensaml.version>3.3.1-SNAPSHOT</opensaml.version>
<spring-extensions.version>5.3.0</spring-extensions.version>
<!-- Override for patch release. -->
<spring-webflow.version>2.4.6.RELEASE</spring-webflow.version>
+ <ldaptive.version>1.0.11</ldaptive.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list