1
0

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:
Dennis Lundberg
2007-08-31 18:57:48 +00:00
parent 85890a4385
commit 2ed57c3a91

View File

@@ -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>