You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/18 23:13:16 UTC

svn commit: r326249 - /maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml

Author: brett
Date: Tue Oct 18 14:13:12 2005
New Revision: 326249

URL: http://svn.apache.org/viewcvs?rev=326249&view=rev
Log:
bump version

Modified:
    maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml

Modified: maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml?rev=326249&r1=326248&r2=326249&view=diff
==============================================================================
--- maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml (original)
+++ maven/components/tags/maven-2.0/maven-error-diagnostics/pom.xml Tue Oct 18 14:13:12 2005
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-error-diagnostics</artifactId>
   <name>Maven Error Diagnostics</name>
-  <version>2.0</version>
+  <version>2.0-1</version>
   <description>Provides a manager component which will process a given Throwable instance through a set of diagnostic
     sub-components, and return a String message with user-friendly information about the error and possibly
     how to fix it.</description>
@@ -17,4 +17,4 @@
       <artifactId>plexus-container-default</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>