diff --git a/maven-plugins/maven-surefire-plugin/pom.xml b/maven-plugins/maven-surefire-plugin/pom.xml index a159ec2b3c..635f396704 100644 --- a/maven-plugins/maven-surefire-plugin/pom.xml +++ b/maven-plugins/maven-surefire-plugin/pom.xml @@ -1,5 +1,4 @@ - + maven-plugin-parent org.apache.maven.plugins @@ -9,18 +8,24 @@ maven-surefire-plugin maven-plugin Maven Surefire Plugin - 2.0-beta-1-SNAPSHOT + 2.0-beta-1 + + + Joakim Erdfelt + joakim@erdfelt.com + + + + junit + junit + 3.8.1 + runtime + org.apache.maven maven-project - - surefire - surefire-booter - 1.3 - - surefire surefire @@ -28,16 +33,9 @@ runtime - junit - junit - 3.8.1 - runtime + surefire + surefire-booter + 1.3 - - - Joakim Erdfelt - joakim@erdfelt.com - - - + \ No newline at end of file diff --git a/maven-plugins/maven-surefire-plugin/release-pom.xml b/maven-plugins/maven-surefire-plugin/release-pom.xml new file mode 100644 index 0000000000..068b3e8af2 --- /dev/null +++ b/maven-plugins/maven-surefire-plugin/release-pom.xml @@ -0,0 +1,104 @@ + + + maven-plugin-parent + org.apache.maven.plugins + 2.0-beta-1 + + 4.0.0 + maven-surefire-plugin + maven-plugin + Maven Surefire Plugin + 2.0-beta-1 + + + Joakim Erdfelt + joakim@erdfelt.com + + + + + org.apache.maven.wagon + wagon-provider-api + 1.0-alpha-4 + compile + + + junit + junit + 3.8.1 + compile + + + plexus + plexus-utils + 1.0.3 + compile + + + surefire + surefire + 1.3 + 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 + + + org.apache.maven + maven-repository-metadata + 2.0-beta-1 + compile + + + plexus + plexus-container-default + 1.0-alpha-6 + compile + + + org.apache.maven + maven-profile + 2.0-beta-1 + compile + + + 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 + + + surefire + surefire-booter + 1.3 + compile + + + \ No newline at end of file