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

noreply at shibboleth.net noreply at shibboleth.net
Sun Oct 9 14:08:03 BST 2011


Author: lajoie
Date: Sun Oct  9 14:08:02 2011
New Revision: 739

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=739&view=rev
Log:
Update some 3rd party dependencies - JXT-80

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-xmltooling/branches/REL_1/doc/RELEASE-NOTES.txt?rev=739&r1=738&r2=739&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sun Oct  9 14:08:02 2011
@@ -1,6 +1,7 @@
-Changes in Release 1.3.2
+Changes in Release 1.3.3
 ==============================================
 [JXT-78] - XSBoolean does not extend XMLObject
+[JXT-80] - Update 3rd party runtime library dependencies
 
 Changes in Release 1.3.2
 ==============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=739&r1=738&r2=739&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Oct  9 14:08:02 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>xmltooling</artifactId>
-    <version>1.3.4</version>
+    <version>1.3.3</version>
     <packaging>jar</packaging>
 
     <name>XMLTooling-J</name>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15</artifactId>
-            <version>1.45</version>
+            <version>1.46</version>
         </dependency>
         <dependency>
             <groupId>ca.juliusdavies</groupId>



More information about the commits mailing list