Skip to content

Commit 5fa41b5

Browse files
committed
changed CI pom files to be built with java 8.
1 parent 5521c04 commit 5fa41b5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pom.xml.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
<artifactId>maven-compiler-plugin</artifactId>
160160
<version>3.6.1</version>
161161
<configuration>
162-
<source>1.7</source>
163-
<target>1.7</target>
162+
<source>1.8</source>
163+
<target>1.8</target>
164164
</configuration>
165165
</plugin>
166166
<plugin>
@@ -195,7 +195,7 @@
195195
<version>2.10.4</version>
196196
<configuration>
197197
<aggregate>true</aggregate>
198-
<source>1.7</source>
198+
<source>1.8</source>
199199
<encoding>UTF-8</encoding>
200200
<maxmemory>1g</maxmemory>
201201
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>

pom.xml.circleci

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
<artifactId>maven-compiler-plugin</artifactId>
163163
<version>3.6.1</version>
164164
<configuration>
165-
<source>1.7</source>
166-
<target>1.7</target>
165+
<source>1.8</source>
166+
<target>1.8</target>
167167
</configuration>
168168
</plugin>
169169
<plugin>
@@ -198,7 +198,7 @@
198198
<version>2.10.4</version>
199199
<configuration>
200200
<aggregate>true</aggregate>
201-
<source>1.7</source>
201+
<source>1.8</source>
202202
<encoding>UTF-8</encoding>
203203
<maxmemory>1g</maxmemory>
204204
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>

pom.xml.shippable

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
<artifactId>maven-compiler-plugin</artifactId>
160160
<version>3.6.1</version>
161161
<configuration>
162-
<source>1.7</source>
163-
<target>1.7</target>
162+
<source>1.8</source>
163+
<target>1.8</target>
164164
</configuration>
165165
</plugin>
166166
<plugin>
@@ -195,7 +195,7 @@
195195
<version>2.10.4</version>
196196
<configuration>
197197
<aggregate>true</aggregate>
198-
<source>1.7</source>
198+
<source>1.8</source>
199199
<encoding>UTF-8</encoding>
200200
<maxmemory>1g</maxmemory>
201201
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>

0 commit comments

Comments
 (0)