You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/08 16:28:41 UTC

svn commit: r995066 - /commons/sandbox/javaflow/trunk/pom.xml

Author: sebb
Date: Wed Sep  8 14:28:41 2010
New Revision: 995066

URL: http://svn.apache.org/viewvc?rev=995066&view=rev
Log:
Fix artifactId (add commons- prefix)

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

Modified: commons/sandbox/javaflow/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=995066&r1=995065&r2=995066&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/pom.xml (original)
+++ commons/sandbox/javaflow/trunk/pom.xml Wed Sep  8 14:28:41 2010
@@ -11,7 +11,7 @@
     <version>9</version>
   </parent>
   
-  <artifactId>javaflow</artifactId>
+  <artifactId>commons-javaflow</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Commons Javaflow (Sandbox)</name>
   <url>http://commons.apache.org/sandbox/javaflow/</url>