Make compatible with Java 1.8
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 2 Dec 2015 22:22:59 +0000 (22:22 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 2 Dec 2015 22:22:59 +0000 (22:22 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8677 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 0ad26aa977fe825b10fc00d128cc163f5d276578..2d02361bfe0ff9b11f920b39fd6397434b5f197f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -127,9 +127,9 @@ limitations under the License.
                                <!-- Maven -->
                                <plugin>
                                        <artifactId>maven-compiler-plugin</artifactId>
-                                       <version>3.2</version>
+                                       <version>3.3</version>
                                        <configuration>
-                                               <source>1.7</source>
+                                               <source>1.8</source>
                                                <target>1.7</target>
                                                <compilerId>eclipse</compilerId>
                                                <!-- Required for compliance level, see http://jira.codehaus.org/browse/PLXCOMP-231 -->
@@ -142,7 +142,7 @@ limitations under the License.
                                                <dependency>
                                                        <groupId>org.codehaus.plexus</groupId>
                                                        <artifactId>plexus-compiler-eclipse</artifactId>
-                                                       <version>2.3</version>
+                                                       <version>2.6</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>