[java-shib-common COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 9 15:24:07 BST 2011
Author: lajoie
Date: Sun Oct 9 15:24:07 2011
New Revision: 1007
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1007&view=rev
Log:
increment parent project version
increment opensaml version
update 3rd party libs - SC-165
Modified:
branches/REL_1/doc/RELEASE-NOTES.txt
branches/REL_1/pom.xml
Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/doc/RELEASE-NOTES.txt?rev=1007&r1=1006&r2=1007&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sun Oct 9 15:24:07 2011
@@ -2,6 +2,7 @@
=============================================
[SC-162] - Attribute value added multiple times to retained value set if multiple policies permit the same values
[SC-163] - NPE when using filtering based on EntityAttributes in metadata
+[SC-165] - Update dependencies
Changes in Release 1.3.3
=============================================
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1007&r1=1006&r2=1007&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Oct 9 15:24:07 2011
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>edu.internet2.middleware</groupId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
- <version>2.5.1</version>
+ <version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
- <version>1.3.4</version>
+ <version>1.3.5</version>
</dependency>
<dependency>
<groupId>jargs</groupId>
More information about the commits
mailing list