Skip to content

Commit

Permalink
Fixed javadoc generation for maven repository publishing. Bumped vers…
Browse files Browse the repository at this point in the history
…ion to 1.1.0
  • Loading branch information
snksoft committed Nov 6, 2022
1 parent e120d61 commit 1f75a5b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.snksoft</groupId>
<artifactId>crc</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -98,6 +98,14 @@
<show>public</show>
<nohelp>true</nohelp>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- maven deployment -->
Expand Down

0 comments on commit 1f75a5b

Please sign in to comment.