Skip to content

Commit

Permalink
Remove unused build-helper version.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 1, 2020
1 parent ed1fc21 commit 0e220c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<revapi-java.version>0.22.0</revapi-java.version>
<assertj-assertions-generator-maven-plugin.version>2.2.0</assertj-assertions-generator-maven-plugin.version>
<animal-sniffer-maven-plugin.version>1.18</animal-sniffer-maven-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>

</properties>

Expand Down Expand Up @@ -202,6 +203,14 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 0e220c5

Please sign in to comment.