Specify versions for maven-antrun-plugin and maven-assembly-plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@571539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -176,6 +176,7 @@
|
|||||||
- in version 2.0, so antrun is used to create the other ones.
|
- in version 2.0, so antrun is used to create the other ones.
|
||||||
-->
|
-->
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>apijar</id>
|
<id>apijar</id>
|
||||||
@@ -353,6 +354,7 @@
|
|||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
<version>2.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assembly/assembly.xml</descriptor>
|
<descriptor>src/assembly/assembly.xml</descriptor>
|
||||||
|
|||||||
Reference in New Issue
Block a user