Skip to content

Commit

Permalink
[pom] source is 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 4, 2019
1 parent 2397d1d commit 768e45f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[1.7.0-0,1.9.0-0),[9.0,11.0)</version>
<version>[1.7.0-0,1.9.0-0),[9.0.0,11.0.5]</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -137,7 +137,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.1.0</version>
<configuration>
<source>1.7</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 768e45f

Please sign in to comment.