You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/01/05 12:26:46 UTC

svn commit: r366164 - /incubator/activemq/trunk/pom.xml

Author: jstrachan
Date: Thu Jan  5 03:26:43 2006
New Revision: 366164

URL: http://svn.apache.org/viewcvs?rev=366164&view=rev
Log:
Fix for AMQ-435

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=366164&r1=366163&r2=366164&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Jan  5 03:26:43 2006
@@ -117,8 +117,8 @@
   </scm>
 
   <organization>
-    <name>LogicBlaze Inc.</name>
-    <url>http://www.logicblaze.com/</url>
+    <name>Apache Software Foundation.</name>
+    <url>http://www.apache.org/</url>
   </organization>
 
   <dependencyManagement>
@@ -196,7 +196,7 @@
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.8</version>
+        <version>1.2.12</version>
         <scope>runtime</scope>
       </dependency>