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

noreply at shibboleth.net noreply at shibboleth.net
Sat Feb 25 13:49:20 GMT 2012


Author: lajoie
Date: Sat Feb 25 13:49:20 2012
New Revision: 426

URL: http://svn.shibboleth.net/view/java-openws?rev=426&view=rev
Log:
update slf4j - JOWS-34
prevent some other libraries from major updates pulled in via java-parent project
remove maven plugin version, that now comes from java-parent project

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-openws/branches/REL_1/doc/RELEASE-NOTES.txt?rev=426&r1=425&r2=426&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sat Feb 25 13:49:20 2012
@@ -1,7 +1,7 @@
 Changes in Release 1.4.4
 ==============================================
 [JOWS-33] - HttpResource does not properly release HTTP connnections
-[JOWS-34] - Update xmltooling library
+[JOWS-34] - Update dependencies
 
 Changes in Release 1.4.3
 ==============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/pom.xml?rev=426&r1=425&r2=426&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sat Feb 25 13:49:20 2012
@@ -66,6 +66,11 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>joda-time</groupId>
+            <artifactId>joda-time</artifactId>
+            <version>1.6.2</version>
+        </dependency>
 
         <!-- Provided dependencies -->
         <dependency>
@@ -140,7 +145,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.3.1</version>
                 <configuration>
                     <archive>
                         <index>true</index>
@@ -219,7 +223,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.2.1</version>
                         <configuration>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin.xml</descriptor>



More information about the commits mailing list