Skip to content

Commit

Permalink
fixed jvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 30, 2015
1 parent 5b4b8c1 commit e011520
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.g3force</groupId>
<artifactId>configurable</artifactId>
<version>v1.5</version>
<version>v1.6</version>
<name>configurable</name>

<properties>
Expand Down Expand Up @@ -45,8 +45,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand All @@ -72,6 +72,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit e011520

Please sign in to comment.