From 7847c99e798f0189bae8388a81676b818e11c1ef Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 16 Sep 2005 11:47:27 +0000 Subject: [PATCH] [maven-release-plugin] prepare release maven-antrun-plugin-2.0-beta-1 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289494 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugins/maven-antrun-plugin/pom.xml | 39 +++---- .../maven-antrun-plugin/release-pom.xml | 106 ++++++++++++++++++ 2 files changed, 119 insertions(+), 26 deletions(-) create mode 100644 maven-plugins/maven-antrun-plugin/release-pom.xml diff --git a/maven-plugins/maven-antrun-plugin/pom.xml b/maven-plugins/maven-antrun-plugin/pom.xml index d510a9a569..4aa152eb45 100644 --- a/maven-plugins/maven-antrun-plugin/pom.xml +++ b/maven-plugins/maven-antrun-plugin/pom.xml @@ -1,21 +1,15 @@ - - 4.0.0 + maven-plugin-parent org.apache.maven.plugins 2.0-beta-1 + 4.0.0 maven-antrun-plugin maven-plugin - 1.0-alpha-1-SNAPSHOT - Maven AntRun Plugin + 1.0-alpha-1 Runs ant scripts embedded in the POM - kenney @@ -23,32 +17,25 @@ kenney@apache.org - org.apache.maven maven-project - - - plexus - plexus-container-default - - - - ant - ant - 1.6.5 - - - ant ant-launcher 1.6.5 runtime - + + ant + ant + 1.6.5 + + + plexus + plexus-container-default + - - + \ No newline at end of file diff --git a/maven-plugins/maven-antrun-plugin/release-pom.xml b/maven-plugins/maven-antrun-plugin/release-pom.xml new file mode 100644 index 0000000000..9cb2fa556a --- /dev/null +++ b/maven-plugins/maven-antrun-plugin/release-pom.xml @@ -0,0 +1,106 @@ + + + maven-plugin-parent + org.apache.maven.plugins + 2.0-beta-1 + + 4.0.0 + maven-antrun-plugin + maven-plugin + Maven AntRun Plugin + 1.0-alpha-1 + Runs ant scripts embedded in the POM + + + kenney + Kenney Westerhof + kenney@apache.org + + + + + org.apache.maven.wagon + wagon-provider-api + 1.0-alpha-4 + compile + + + plexus + plexus-utils + 1.0.3 + compile + + + junit + junit + 3.8.1 + compile + + + org.apache.maven + maven-artifact-manager + 2.0-beta-1 + compile + + + org.apache.maven + maven-model + 2.0-beta-1 + compile + + + classworlds + classworlds + 1.1-alpha-2 + compile + + + ant + ant + 1.6.5 + compile + + + org.apache.maven + maven-repository-metadata + 2.0-beta-1 + compile + + + org.apache.maven + maven-profile + 2.0-beta-1 + compile + + + plexus + plexus-container-default + 1.0-alpha-6 + compile + + + ant + ant-launcher + 1.6.5 + runtime + + + org.apache.maven + maven-plugin-api + 2.0-beta-1 + compile + + + org.apache.maven + maven-project + 2.0-beta-1 + compile + + + org.apache.maven + maven-artifact + 2.0-beta-1 + compile + + + \ No newline at end of file