Author: btellier
Date: Mon Jun 22 08:20:11 2015
New Revision: 1686809
URL: http://svn.apache.org/r1686809
Log:
MPT-16 Compile MPT with Java 6 - contributed by Antoine Duprat
Modified:
james/mpt/trunk/pom.xml
Modified: james/mpt/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=1686809&r1=1686808&r2=1686809&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Mon Jun 22 08:20:11 2015
@@ -425,6 +425,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]