You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/08/26 22:09:25 UTC

svn commit: r689195 - in /geronimo/server/branches/2.0: pom.xml repository/pom.xml

Author: dwoods
Date: Tue Aug 26 13:09:24 2008
New Revision: 689195

URL: http://svn.apache.org/viewvc?rev=689195&view=rev
Log:
GERONIMO-4262 Include patched build of AMQ 4.1.2 to resolve security issue fixed in AMQ-1272

Modified:
    geronimo/server/branches/2.0/pom.xml
    geronimo/server/branches/2.0/repository/pom.xml

Modified: geronimo/server/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?rev=689195&r1=689194&r2=689195&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Tue Aug 26 13:09:24 2008
@@ -627,13 +627,13 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2-G647819</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-ra</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2</version>
             </dependency>
 
             <dependency>

Modified: geronimo/server/branches/2.0/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/pom.xml?rev=689195&r1=689194&r2=689195&view=diff
==============================================================================
--- geronimo/server/branches/2.0/repository/pom.xml (original)
+++ geronimo/server/branches/2.0/repository/pom.xml Tue Aug 26 13:09:24 2008
@@ -110,6 +110,11 @@
             <version>8.0-20060801</version>
         </dependency>
 
+        <!-- See GERONIMO-4262 -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+        </dependency>
     </dependencies>
 
     <repositories>