[java-xmltooling COMMIT] /branches/REL_1/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 2 13:29:44 EDT 2012


Author: scantor
Date: Fri Nov  2 13:29:44 2012
New Revision: 760

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=760&view=rev
Log:
Remove some version overrides and bump xmltooling/openws versions.

Modified:
    branches/REL_1/pom.xml

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=760&r1=759&r2=760&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Nov  2 13:29:44 2012
@@ -12,14 +12,11 @@
 
     <groupId>org.opensaml</groupId>
     <artifactId>xmltooling</artifactId>
-    <version>1.3.4</version>
+    <version>1.4.0</version>
     <packaging>jar</packaging>
 
     <name>XMLTooling-J</name>
-    <description>
-        XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with
-        XML in a Java beans manner.
-    </description>
+    <description>XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner.</description>
 
     <properties>
         <svn.relative.location>java-xmltooling</svn.relative.location>
@@ -52,12 +49,10 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
-            <version>1.6.2</version>
         </dependency>
         <dependency>
             <groupId>ca.juliusdavies</groupId>



More information about the commits mailing list