You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by sd...@apache.org on 2010/05/18 08:22:22 UTC

svn commit: r945513 - /logging/log4j/companions/receivers/trunk/pom.xml

Author: sdeboy
Date: Tue May 18 06:22:21 2010
New Revision: 945513

URL: http://svn.apache.org/viewvc?rev=945513&view=rev
Log:
Maven and build fixes to allow log4j, Chainsaw and companions (minus ZeroConf) to be built without requiring manual installation of any maven depdencies
 - replaced log4j 1.2.16-SNAPSHOT references with log4j 1.2.16
 - added java.net repository information to automatically provide javamail maven dependency (java.net repo provide javamail 1.4.3, so all javamail refs were updated to 1.4.3)
 - added openejb maven dependency information to support javaee class dependencies
 - updated 'version' property to 1.2.16
 - removed zeroconf maven dependency from Chainsaw, added jmdns 1.0 maven dependency

All modules build (including tests) on Fedora 11.

Modified:
    logging/log4j/companions/receivers/trunk/pom.xml

Modified: logging/log4j/companions/receivers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/pom.xml?rev=945513&r1=945512&r2=945513&view=diff
==============================================================================
--- logging/log4j/companions/receivers/trunk/pom.xml (original)
+++ logging/log4j/companions/receivers/trunk/pom.xml Tue May 18 06:22:21 2010
@@ -217,7 +217,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.16-SNAPSHOT</version>
+      <version>1.2.16</version>
       <exclusions>
         <exclusion>
           <groupId>javax.jms</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org