Skip to content

Commit b3d8481

Browse files
committed
updated project to java 8
1 parent 9f1ed1f commit b3d8481

File tree

7 files changed

+38
-38
lines changed

7 files changed

+38
-38
lines changed

modules/swagger-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
<artifactId>maven-compiler-plugin</artifactId>
7575
<version>3.5.1</version>
7676
<configuration>
77-
<source>1.7</source>
78-
<target>1.7</target>
77+
<source>1.8</source>
78+
<target>1.8</target>
7979
</configuration>
8080
</plugin>
8181
<plugin>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</execution>
8484
</executions> -->
8585
<configuration>
86-
<compilerSource>1.7</compilerSource>
87-
<compilerCompliance>1.7</compilerCompliance>
88-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
86+
<compilerSource>1.8</compilerSource>
87+
<compilerCompliance>1.8</compilerCompliance>
88+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
8989
<lineEnding>LF</lineEnding>
9090
</configuration>
9191
</plugin>
@@ -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.bash

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</execution>
8484
</executions> -->
8585
<configuration>
86-
<compilerSource>1.7</compilerSource>
87-
<compilerCompliance>1.7</compilerCompliance>
88-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
86+
<compilerSource>1.8</compilerSource>
87+
<compilerCompliance>1.8</compilerCompliance>
88+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
8989
<lineEnding>LF</lineEnding>
9090
</configuration>
9191
</plugin>
@@ -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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
</execution>
8888
</executions> -->
8989
<configuration>
90-
<compilerSource>1.7</compilerSource>
91-
<compilerCompliance>1.7</compilerCompliance>
92-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
90+
<compilerSource>1.8</compilerSource>
91+
<compilerCompliance>1.8</compilerCompliance>
92+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
9393
<lineEnding>LF</lineEnding>
9494
</configuration>
9595
</plugin>
@@ -163,8 +163,8 @@
163163
<artifactId>maven-compiler-plugin</artifactId>
164164
<version>3.6.1</version>
165165
<configuration>
166-
<source>1.7</source>
167-
<target>1.7</target>
166+
<source>1.8</source>
167+
<target>1.8</target>
168168
</configuration>
169169
</plugin>
170170
<plugin>
@@ -199,7 +199,7 @@
199199
<version>2.10.4</version>
200200
<configuration>
201201
<aggregate>true</aggregate>
202-
<source>1.7</source>
202+
<source>1./</source>
203203
<encoding>UTF-8</encoding>
204204
<maxmemory>1g</maxmemory>
205205
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>

pom.xml.ios

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</execution>
8484
</executions> -->
8585
<configuration>
86-
<compilerSource>1.7</compilerSource>
87-
<compilerCompliance>1.7</compilerCompliance>
88-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
86+
<compilerSource>1.8</compilerSource>
87+
<compilerCompliance>1.8</compilerCompliance>
88+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
8989
<lineEnding>LF</lineEnding>
9090
</configuration>
9191
</plugin>
@@ -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.jenkins

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</execution>
8484
</executions> -->
8585
<configuration>
86-
<compilerSource>1.7</compilerSource>
87-
<compilerCompliance>1.7</compilerCompliance>
88-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
86+
<compilerSource>1.8</compilerSource>
87+
<compilerCompliance>1.8</compilerCompliance>
88+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
8989
<lineEnding>LF</lineEnding>
9090
</configuration>
9191
</plugin>
@@ -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.travis

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
</execution>
8484
</executions> -->
8585
<configuration>
86-
<compilerSource>1.7</compilerSource>
87-
<compilerCompliance>1.7</compilerCompliance>
88-
<compilerTargetPlatform>1.7</compilerTargetPlatform>
86+
<compilerSource>1.8</compilerSource>
87+
<compilerCompliance>1.8</compilerCompliance>
88+
<compilerTargetPlatform>1.8</compilerTargetPlatform>
8989
<lineEnding>LF</lineEnding>
9090
</configuration>
9191
</plugin>
@@ -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)