mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-08 14:51:55 +00:00
Bump to Java 8 by default
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.2</version>
|
<version>3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.7</source>
|
<source>1.8</source>
|
||||||
<target>1.7</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@@ -127,8 +127,8 @@
|
|||||||
|
|
||||||
<!-- Maven Plugins Versions used by the SDK -->
|
<!-- Maven Plugins Versions used by the SDK -->
|
||||||
<maven.compiler.version>3.2</maven.compiler.version>
|
<maven.compiler.version>3.2</maven.compiler.version>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<maven.clean.version>2.6.1</maven.clean.version>
|
<maven.clean.version>2.6.1</maven.clean.version>
|
||||||
<maven.dependency.version>2.9</maven.dependency.version>
|
<maven.dependency.version>2.9</maven.dependency.version>
|
||||||
<maven.enforcer.plugin>1.3.1</maven.enforcer.plugin>
|
<maven.enforcer.plugin>1.3.1</maven.enforcer.plugin>
|
||||||
|
Reference in New Issue
Block a user