Skip to content

Commit 8d6648c

Browse files
committed
closes #353 Upgrading JDK version to 11
1 parent 3547127 commit 8d6648c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-checkstyle-plugin</artifactId>
78-
<version>2.16</version>
78+
<version>3.1.2</version>
7979
<reportSets>
8080
<reportSet>
8181
<reports>
@@ -95,8 +95,8 @@
9595
<artifactId>maven-compiler-plugin</artifactId>
9696
<version>3.6.1</version>
9797
<configuration>
98-
<source>1.8</source>
99-
<target>1.8</target>
98+
<source>11</source>
99+
<target>11</target>
100100
</configuration>
101101
</plugin>
102102
<plugin>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.jacoco</groupId>
109109
<artifactId>jacoco-maven-plugin</artifactId>
110-
<version>0.8.5</version>
110+
<version>0.8.8</version>
111111
<executions>
112112
<execution>
113113
<goals>
@@ -133,7 +133,10 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-source-plugin</artifactId>
136-
<version>3.0.1</version>
136+
<version>3.8.0</version>
137+
<configuration>
138+
<release>11</release>
139+
</configuration>
137140
<executions>
138141
<execution>
139142
<id>attach-sources</id>
@@ -146,7 +149,7 @@
146149
<plugin>
147150
<groupId>org.apache.maven.plugins</groupId>
148151
<artifactId>maven-javadoc-plugin</artifactId>
149-
<version>3.0.1</version>
152+
<version>3.2.0</version>
150153
<executions>
151154
<execution>
152155
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)