You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/10/04 01:34:31 UTC

svn commit: r1178637 - /incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext

Author: scottbw
Date: Mon Oct  3 23:34:31 2011
New Revision: 1178637

URL: http://svn.apache.org/viewvc?rev=1178637&view=rev
Log:
Fix maven info

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext?rev=1178637&r1=1178636&r2=1178637&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext Mon Oct  3 23:34:31 2011
@@ -24,7 +24,7 @@ To use the parser with a Maven project, 
 
     <dependency>
      <groupId>org.apache.wookie</groupId>
-     <artifactId>wookie-java-parser</artifactId>
+     <artifactId>wookie-parser</artifactId>
      <type>jar</type>
      <scope>compile</scope>
      <version>0.9.1-incubating-SNAPSHOT</version>