[java-shib-common COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 13 14:54:42 EST 2013


Author: putmanb
Date: Fri Dec 13 14:54:42 2013
New Revision: 1087

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1087&view=rev
Log:
JXT-106: Update Apache Santuario (xmlsec) to 1.5.6

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=1087&r1=1086&r2=1087&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Fri Dec 13 14:54:42 2013
@@ -1,3 +1,8 @@
+Changes in Release 1.4.1
+=============================================
+Also, updating POM to implement:
+[JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
+
 Changes in Release 1.4.0
 =============================================
 [JXT-98] -  Add support for configuring PKIX policy checking in the PKIX trust engine 

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1087&r1=1086&r2=1087&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Dec 13 14:54:42 2013
@@ -148,6 +148,13 @@
             <groupId>org.codehaus.janino</groupId>
             <artifactId>janino</artifactId>
         </dependency>
+        <!-- TODO: overrides parent POM managed version.  Remove when appropriate. -->
+        <dependency>
+            <groupId>org.apache.santuario</groupId>
+            <artifactId>xmlsec</artifactId>
+            <version>1.5.6</version>
+        </dependency>
+        
 
         <!-- Provided dependencies -->
         <dependency>



More information about the commits mailing list