You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/12/29 08:57:21 UTC

svn commit: r1053564 - in /geronimo/server/branches/2.2: plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml plugins/activemq/pom.xml pom.xml

Author: genspring
Date: Wed Dec 29 07:57:21 2010
New Revision: 1053564

URL: http://svn.apache.org/viewvc?rev=1053564&view=rev
Log:
Upgrade axis2 to 1.5.4 and activemq to 5.4.2.

Modified:
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/activemq/pom.xml
    geronimo/server/branches/2.2/pom.xml

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml?rev=1053564&r1=1053563&r2=1053564&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml Wed Dec 29 07:57:21 2010
@@ -151,4 +151,9 @@
         <artifactId>xmlpull</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml?rev=1053564&r1=1053563&r2=1053564&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml Wed Dec 29 07:57:21 2010
@@ -151,4 +151,9 @@
         <artifactId>xmlpull</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>

Modified: geronimo/server/branches/2.2/plugins/activemq/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/pom.xml?rev=1053564&r1=1053563&r2=1053564&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/pom.xml Wed Dec 29 07:57:21 2010
@@ -63,7 +63,7 @@
     </profiles>
 
     <properties>
-        <activemqVersion>5.4.1</activemqVersion>
+        <activemqVersion>5.4.2</activemqVersion>
         <xmlpullVersion>1.1.3.4a</xmlpullVersion>
     </properties>
 

Modified: geronimo/server/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=1053564&r1=1053563&r2=1053564&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Wed Dec 29 07:57:21 2010
@@ -68,7 +68,7 @@
         <openejbVersion>3.1.5-SNAPSHOT</openejbVersion>
         <derbyVersion>10.5.3.0_1</derbyVersion>
         <cxfVersion>2.1.10</cxfVersion>
-        <axis2Version>1.5.2</axis2Version>
+        <axis2Version>1.5.4</axis2Version>
         <axiomVersion>1.2.9</axiomVersion>
         <springVersion>3.0.3.RELEASE</springVersion>
         <openjpaVersion>1.2.2</openjpaVersion>