[java-identity-provider] branch master updated: Add a CAS client version property to parent.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 25 12:29:42 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0bf2295b8a352c95946326ba96dfad0724200d7c
The following commit(s) were added to refs/heads/master by this push:
new 0bf2295 Add a CAS client version property to parent.
0bf2295 is described below
commit 0bf2295b8a352c95946326ba96dfad0724200d7c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 25 12:29:39 2019 -0400
Add a CAS client version property to parent.
---
idp-parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 7c8b179..fb2b4ca 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -67,6 +67,7 @@
<properties>
<duoweb.version>1.3</duoweb.version>
<u2flib.version>0.16.0</u2flib.version>
+ <cas-client.version>3.5.1</cas-client.version>
<idwsfconsumer.version>2.0.0-SNAPSHOT</idwsfconsumer.version>
<java-support.version>8.0.0-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list