Browse Source
BumpUp java version to be compatible with java15 build. (#2689)
pull/2533/head
penmetsaa
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
10 additions and
10 deletions
-
java/demo/pom.xml
-
java/pom.xml
-
tools/java/cpp-build/pom.xml
-
tools/java/data/pom.xml
-
tools/java/java-build/pom.xml
|
|
@ -25,8 +25,8 @@ |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.3.2</version> |
|
|
<version>2.3.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
|
<source>1.7</source> |
|
|
|
|
|
<target>1.7</target> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
@ -161,8 +161,8 @@ |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.3.2</version> |
|
|
<version>2.3.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
|
<source>1.7</source> |
|
|
|
|
|
<target>1.7</target> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
@ -27,8 +27,8 @@ |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.0.2</version> |
|
|
<version>2.0.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
|
<source>1.7</source> |
|
|
|
|
|
<target>1.7</target> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
@ -49,8 +49,8 @@ |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.0.2</version> |
|
|
<version>2.0.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
|
<source>1.7</source> |
|
|
|
|
|
<target>1.7</target> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
@ -49,8 +49,8 @@ |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.0.2</version> |
|
|
<version>2.0.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
|
<source>1.7</source> |
|
|
|
|
|
<target>1.7</target> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|