You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/08/06 00:00:33 UTC

svn commit: r562977 - /commons/sandbox/performance/trunk/pom.xml

Author: psteitz
Date: Sun Aug  5 15:00:32 2007
New Revision: 562977

URL: http://svn.apache.org/viewvc?view=rev&rev=562977
Log:
Fixed artifactId and temporarily changed parent to generate site correctly.

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?view=diff&rev=562977&r1=562976&r2=562977
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sun Aug  5 15:00:32 2007
@@ -23,10 +23,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
 	<artifactId>commons-sandbox-parent</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-performance</artifactId>
+  <artifactId>performance</artifactId>
   <version>0.1-SNAPSHOT</version>
   <name>Commons Performance</name>
   <inceptionYear>2007</inceptionYear>