mirror of https://github.com/winsw/winsw
Force the new version of maven release plugin
parent
1eac23776e
commit
8a2ca43167
4
pom.xml
4
pom.xml
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>2.5.3</version>
|
||||||
|
</plugin>
|
||||||
<!-- fake out maven and install the binary artifact -->
|
<!-- fake out maven and install the binary artifact -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
|
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
|
||||||
|
|
Loading…
Reference in New Issue