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 2012/11/05 22:31:26 UTC

svn commit: r1405966 - in /activemq/activemq-apollo/trunk: apollo-scala/pom.xml apollo-website/pom.xml pom.xml

Author: chirino
Date: Mon Nov  5 21:31:25 2012
New Revision: 1405966

URL: http://svn.apache.org/viewvc?rev=1405966&view=rev
Log:
Target Java 1.6

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

Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1405966&r1=1405965&r2=1405966&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Mon Nov  5 21:31:25 2012
@@ -132,6 +132,7 @@
             <jvmArg>-Xss8m</jvmArg>
           </jvmArgs>
           <scalaVersion>${scala-version}</scalaVersion>
+          <target>jvm-1.6</target>
         </configuration>
       </plugin>
       

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1405966&r1=1405965&r2=1405966&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Mon Nov  5 21:31:25 2012
@@ -115,6 +115,7 @@
             <jvmArg>-Xss8m</jvmArg>
           </jvmArgs>
           <scalaVersion>${scala-version}</scalaVersion>
+          <target>jvm-1.6</target>
         </configuration>
       </plugin>
       

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1405966&r1=1405965&r2=1405966&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Mon Nov  5 21:31:25 2012
@@ -363,8 +363,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <optimize>true</optimize>
           <debug>true</debug>
           <showDeprecation>true</showDeprecation>