Skip to content

Commit

Permalink
maven config upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
marioserrano09 committed Aug 3, 2023
1 parent b7c5ae9 commit 9bf0654
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,30 +105,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.5.0</version>
<configuration>
<failOnError>false</failOnError>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<version>3.3.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 9bf0654

Please sign in to comment.