You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:54 UTC

[maven-ant-plugin] 45/48: o lock down plugins for it

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit b6ed9e02ea763482ccc32bf9711fed88238400fe
Author: Vincent Siveton <vs...@apache.org>
AuthorDate: Tue May 20 00:21:00 2008 +0000

    o lock down plugins for it
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@658056 13f79535-47bb-0310-9956-ffa450edef68
---
 src/it/ear-it/ear/pom.xml            | 1 +
 src/it/ear-it/ejbs/pom.xml           | 1 +
 src/it/ear-it/pom.xml                | 1 +
 src/it/ear-it/primary-source/pom.xml | 2 ++
 4 files changed, 5 insertions(+)

diff --git a/src/it/ear-it/ear/pom.xml b/src/it/ear-it/ear/pom.xml
index 70d1adb..3e19642 100644
--- a/src/it/ear-it/ear/pom.xml
+++ b/src/it/ear-it/ear/pom.xml
@@ -61,6 +61,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-ear-plugin</artifactId>
+        <version>2.3.1</version>
         <configuration>
           <archive>
             <manifest>
diff --git a/src/it/ear-it/ejbs/pom.xml b/src/it/ear-it/ejbs/pom.xml
index b64a994..6aad7a0 100644
--- a/src/it/ear-it/ejbs/pom.xml
+++ b/src/it/ear-it/ejbs/pom.xml
@@ -49,6 +49,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-ejb-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <archive>
             <manifest>
diff --git a/src/it/ear-it/pom.xml b/src/it/ear-it/pom.xml
index 711668a..929cc0d 100644
--- a/src/it/ear-it/pom.xml
+++ b/src/it/ear-it/pom.xml
@@ -101,6 +101,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-6</version>
           <configuration>
             <unzipCommand>/usr/bin/unzip -o > err.txt</unzipCommand>
           </configuration>
diff --git a/src/it/ear-it/primary-source/pom.xml b/src/it/ear-it/primary-source/pom.xml
index 611b411..f0ba636 100644
--- a/src/it/ear-it/primary-source/pom.xml
+++ b/src/it/ear-it/primary-source/pom.xml
@@ -44,6 +44,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
         <configuration>
           <encoding>iso-8859-1</encoding>
         </configuration>
@@ -51,6 +52,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <minmemory>128m</minmemory>
           <maxmemory>512m</maxmemory>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.