From 03c0dc0ac021b480bd13c2d8ab388960fa540058 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 16 Sep 2005 13:19:38 +0000 Subject: [PATCH] [maven-release-plugin] prepare release maven-verifier-1.0-beta-1 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289524 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugins/maven-verifier-plugin/pom.xml | 39 ++++++----- .../maven-verifier-plugin/release-pom.xml | 66 +++++++++++++++++++ 2 files changed, 85 insertions(+), 20 deletions(-) create mode 100644 maven-plugins/maven-verifier-plugin/release-pom.xml diff --git a/maven-plugins/maven-verifier-plugin/pom.xml b/maven-plugins/maven-verifier-plugin/pom.xml index 01de8f43bd..8fc01b16f1 100644 --- a/maven-plugins/maven-verifier-plugin/pom.xml +++ b/maven-plugins/maven-verifier-plugin/pom.xml @@ -1,5 +1,4 @@ - + maven-plugin-parent org.apache.maven.plugins @@ -9,7 +8,7 @@ maven-verifier-plugin maven-plugin Maven Verifier Plugin - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 vmassol @@ -22,27 +21,11 @@ - - - plexus - plexus-utils - - - junit - junit - 3.8.1 - test - - org.codehaus.modello modello-maven-plugin - - src/main/mdo/verifications.mdo - 1.0.0 - @@ -52,7 +35,23 @@ + + src/main/mdo/verifications.mdo + 1.0.0 + - + + + junit + junit + 3.8.1 + test + + + plexus + plexus-utils + + + \ No newline at end of file diff --git a/maven-plugins/maven-verifier-plugin/release-pom.xml b/maven-plugins/maven-verifier-plugin/release-pom.xml new file mode 100644 index 0000000000..45bd04dbbb --- /dev/null +++ b/maven-plugins/maven-verifier-plugin/release-pom.xml @@ -0,0 +1,66 @@ + + + maven-plugin-parent + org.apache.maven.plugins + 2.0-beta-1 + + 4.0.0 + maven-verifier-plugin + maven-plugin + Maven Verifier Plugin + 1.0-beta-1 + + + vmassol + Vincent Massol + vmassol@apache.org + Apache Software Foundation + + Creator + Java Developer + + + + + + + org.codehaus.modello + modello-maven-plugin + RELEASE + + + + xpp3-reader + xpp3-writer + java + + + + + src/main/mdo/verifications.mdo + 1.0.0 + + + + + + + junit + junit + 3.8.1 + test + + + plexus + plexus-utils + 1.0.2 + compile + + + org.apache.maven + maven-plugin-api + 2.0-beta-1 + compile + + + \ No newline at end of file