[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Oct 9 14:29:59 BST 2011


Author: lajoie
Date: Sun Oct  9 14:29:58 2011
New Revision: 1552

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1552&view=rev
Log:
increment parent project version
increment openws version
update 3rd party libs - JOST-165

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/pom.xml

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1552&r1=1551&r2=1552&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Sun Oct  9 14:29:58 2011
@@ -1,6 +1,7 @@
 Changes in Release 2.5.2
 =============================================
 [JOST-164] - MetadataProvider minRefreshDelay cannot be set greater than 4 hours
+[JOST-165] - Update 3rd party runtime library dependencies
 [JOST-171] - org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider:246 missing param in logging statement
 
 Changes in Release 2.5.1

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/pom.xml?rev=1552&r1=1551&r2=1552&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Sun Oct  9 14:29:58 2011
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>1</version>
+        <version>2</version>
     </parent>
     
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml</artifactId>
-    <version>2.5.1</version>
+    <version>2.5.2</version>
     <packaging>jar</packaging>
 
     <name>OpenSAML-J</name>
@@ -47,17 +47,17 @@
         <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>openws</artifactId>
-            <version>1.4.2</version>
+            <version>1.4.3</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.1</version>
+            <version>3.2.1</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
+            <version>2.6</version>
         </dependency>
         <dependency>
             <groupId>velocity</groupId>
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.owasp.esapi</groupId>
             <artifactId>esapi</artifactId>
-            <version>2.0GA</version>
+            <version>2.0.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-configuration</groupId>
@@ -112,7 +112,7 @@
                     <artifactId>antisamy</artifactId>
                 </exclusion>
             </exclusions>
-    </dependency>
+        </dependency>
 
         <!-- Provided dependencies -->
         <dependency>



More information about the commits mailing list