Skip to content

Commit

Permalink
Bump version to 0.1.0 + build javadoc jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobbelaere committed Mar 25, 2019
1 parent f49878d commit 8592404
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.ddobbelaere</groupId>
<artifactId>jchess</artifactId>
<version>0.1</version>
<version>0.1.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -48,10 +48,18 @@
<version>3.1.0</version>
<configuration>
<additionalOptions>
<!--<option>-Xdoclint:none</option>-->
<!--<option>-Xdoclint:none</option> -->
</additionalOptions>
<show>public</show>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 8592404

Please sign in to comment.