Skip to content

Commit c7384d0

Browse files
committed
Add maven-release-plugin to plugin management
1 parent 22da943 commit c7384d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@
216216
<version>2.1</version>
217217
</plugin>
218218

219+
<plugin>
220+
<groupId>org.apache.maven.plugins</groupId>
221+
<artifactId>maven-release-plugin</artifactId>
222+
<version>2.5.3</version>
223+
</plugin>
224+
219225
<plugin>
220226
<groupId>org.sonatype.plugins</groupId>
221227
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)