[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 27 14:24:13 GMT 2011


Author: lajoie
Date: Tue Dec 27 14:24:12 2011
New Revision: 49

URL: http://svn.shibboleth.net/view/java-parent-project?rev=49&view=rev
Log:
bump up version number of logback, joda-time, and httpclient to latest version

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=49&r1=48&r2=49&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Dec 27 14:24:12 2011
@@ -164,7 +164,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
@@ -181,12 +181,12 @@
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
-                <version>1.6.2</version>
+                <version>2.0</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>0.9.29</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <!-- needed for logback SMTP appender -->



More information about the commits mailing list