You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2011/08/01 11:53:48 UTC

svn commit: r1152720 - in /activemq/trunk: activemq-web-console/pom.xml pom.xml

Author: dejanb
Date: Mon Aug  1 09:53:47 2011
New Revision: 1152720

URL: http://svn.apache.org/viewvc?rev=1152720&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3427 - compile with jdk7

Modified:
    activemq/trunk/activemq-web-console/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1152720&r1=1152719&r2=1152720&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Mon Aug  1 09:53:47 2011
@@ -35,7 +35,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.1-beta-1</version>
+        <version>2.1.1</version>
         <configuration>
           <packagingExcludes>
             WEB-INF/lib/jetty*.jar,

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1152720&r1=1152719&r2=1152720&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Aug  1 09:53:47 2011
@@ -1035,6 +1035,11 @@
             <downloadJavadocs>false</downloadJavadocs>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>