You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/04/08 20:33:50 UTC

svn commit: r1465716 - /activemq/activemq-apollo/trunk/pom.xml

Author: chirino
Date: Mon Apr  8 18:33:49 2013
New Revision: 1465716

URL: http://svn.apache.org/r1465716
Log:
use a newer compiler plugin.

Modified:
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1465716&r1=1465715&r2=1465716&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Mon Apr  8 18:33:49 2013
@@ -373,6 +373,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>