Author: sshafroi
Date: 2008-04-04 12:26:13 +0200 (Fri, 04 Apr 2008)
New Revision: 6358

Modified:
   branches/2.17/mojo/pom.xml
Log:
Generate bytecode that is 1.5 compatible.

Modified: branches/2.17/mojo/pom.xml
===================================================================
--- branches/2.17/mojo/pom.xml  2008-04-04 09:43:56 UTC (rev 6357)
+++ branches/2.17/mojo/pom.xml  2008-04-04 10:26:13 UTC (rev 6358)
@@ -91,7 +91,19 @@
       <scope>compile</scope>
     </dependency>
   </dependencies>
-
+  <build>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <version>2.0.2</version>
+              <configuration>
+                  <source>1.5</source>
+                  <target>1.5</target>
+              </configuration>
+          </plugin>
+      </plugins>
+  </build>
   <profiles>
       <profile>
           <id>default-tools.jar</id>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to