Author: bago
Date: Mon May 12 12:17:35 2008
New Revision: 655608
URL: http://svn.apache.org/viewvc?rev=655608&view=rev
Log:
Updated commons-logging dependency to 1.1.1
Added:
james/jsieve/trunk/stage/commons-logging/jars/commons-logging-1.1.1.jar
(with props)
Removed:
james/jsieve/trunk/stage/commons-logging/jars/commons-logging-1.0.3.jar
Modified:
james/jsieve/trunk/LICENSE.txt
james/jsieve/trunk/include.properties
james/jsieve/trunk/pom.xml
Modified: james/jsieve/trunk/LICENSE.txt
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/LICENSE.txt?rev=655608&r1=655607&r2=655608&view=diff
==============================================================================
--- james/jsieve/trunk/LICENSE.txt (original)
+++ james/jsieve/trunk/LICENSE.txt Mon May 12 12:17:35 2008
@@ -401,7 +401,7 @@
ALL OF THESE ARE LICENSED UNDER The Apache License, Version 2.0 EXCEPT:
Apache Commons Logging,
- The Apache Software License, Version 1.1 (commons-logging-1.0.3.jar)
+ The Apache Software License, Version 1.1 (commons-logging-1.1.1.jar)
The Apache Software License, Version 1.1
Modified: james/jsieve/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/include.properties?rev=655608&r1=655607&r2=655608&view=diff
==============================================================================
--- james/jsieve/trunk/include.properties (original)
+++ james/jsieve/trunk/include.properties Mon May 12 12:17:35 2008
@@ -41,7 +41,7 @@
# ----- From lib
# ----- Commons -----
-commons-logging.jar=${lib.dir}/commons-logging/jars/commons-logging-1.0.3.jar
+commons-logging.jar=${lib.dir}/commons-logging/jars/commons-logging-1.1.1.jar
# ----- Log4J -----
log4j.jar=${lib.dir}/log4j/jars/log4j-1.2.14.jar
Modified: james/jsieve/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=655608&r1=655607&r2=655608&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Mon May 12 12:17:35 2008
@@ -83,9 +83,9 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
+ <version>1.1.1</version>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Added: james/jsieve/trunk/stage/commons-logging/jars/commons-logging-1.1.1.jar
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/stage/commons-logging/jars/commons-logging-1.1.1.jar?rev=655608&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
james/jsieve/trunk/stage/commons-logging/jars/commons-logging-1.1.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]