You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/10/26 16:15:41 UTC

svn commit: r468009 - /incubator/activemq/sandbox/qpid/pom.xml

Author: jstrachan
Date: Thu Oct 26 07:15:41 2006
New Revision: 468009

URL: http://svn.apache.org/viewvc?view=rev&rev=468009
Log:
forced 1.5

Modified:
    incubator/activemq/sandbox/qpid/pom.xml

Modified: incubator/activemq/sandbox/qpid/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/sandbox/qpid/pom.xml?view=diff&rev=468009&r1=468008&r2=468009
==============================================================================
--- incubator/activemq/sandbox/qpid/pom.xml (original)
+++ incubator/activemq/sandbox/qpid/pom.xml Thu Oct 26 07:15:41 2006
@@ -66,6 +66,15 @@
   <build>
 
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <inherited>true</inherited>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
 
       <!-- Configure which tests are included/excuded -->
       <plugin>