Skip to content

Commit

Permalink
Upgrade build-tools and drop custom release goals.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Jul 17, 2023
1 parent 5ccd6ef commit f635d98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<properties>
<pgpVerifyKeysVersion>1.7.4</pgpVerifyKeysVersion>
<wrenBuildToolsVersion>1.1.1-SNAPSHOT</wrenBuildToolsVersion>
<wrenBuildToolsVersion>1.2.0</wrenBuildToolsVersion>

<!-- Source code has to be Java 8 compliant (code base is not JPMS ready) -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -1300,9 +1300,7 @@
<artifactId>maven-release-plugin</artifactId>

<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<updateBranchVersions>true</updateBranchVersions>
<goals>install javadoc:aggregate-jar deploy</goals>
</configuration>
</plugin>

Expand Down

0 comments on commit f635d98

Please sign in to comment.