You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/12 00:27:08 UTC

svn commit: r636149 - in /maven/plugin-testing/trunk: maven-plugin-testing-harness/pom.xml maven-plugin-testing-tools/pom.xml maven-test-tools/pom.xml

Author: vsiveton
Date: Tue Mar 11 16:27:04 2008
New Revision: 636149

URL: http://svn.apache.org/viewvc?rev=636149&view=rev
Log:
o aligned version to 1.2-SNAPSHOT

Modified:
    maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
    maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
    maven/plugin-testing/trunk/maven-test-tools/pom.xml

Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml?rev=636149&r1=636148&r2=636149&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml Tue Mar 11 16:27:04 2008
@@ -27,7 +27,6 @@
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>
-  <version>1.2-SNAPSHOT</version>
   <name>Maven Plugin Testing Mechanism</name>
   <description>The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.</description>
 

Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml?rev=636149&r1=636148&r2=636149&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Tue Mar 11 16:27:04 2008
@@ -27,7 +27,6 @@
   </parent>
 
   <artifactId>maven-plugin-testing-tools</artifactId>
-  <version>1.0-alpha-4-SNAPSHOT</version>
   <name>Maven Plugin Testing Tools</name>
 
   <dependencies>

Modified: maven/plugin-testing/trunk/maven-test-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/pom.xml?rev=636149&r1=636148&r2=636149&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-test-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-test-tools/pom.xml Tue Mar 11 16:27:04 2008
@@ -27,7 +27,6 @@
   </parent>
 
   <artifactId>maven-test-tools</artifactId>
-  <version>1.0-alpha-3-SNAPSHOT</version>
   <name>Maven Testing Tools</name>
 
   <dependencies>