You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/06 16:52:16 UTC

svn commit: r1510986 - /directory/mavibot/trunk/distribution/pom.xml

Author: elecharny
Date: Tue Aug  6 14:52:15 2013
New Revision: 1510986

URL: http://svn.apache.org/r1510986
Log:
Fixed a typo

Modified:
    directory/mavibot/trunk/distribution/pom.xml

Modified: directory/mavibot/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/distribution/pom.xml?rev=1510986&r1=1510985&r2=1510986&view=diff
==============================================================================
--- directory/mavibot/trunk/distribution/pom.xml (original)
+++ directory/mavibot/trunk/distribution/pom.xml Tue Aug  6 14:52:15 2013
@@ -72,7 +72,7 @@
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>mavibot/artifactId>
+      <artifactId>mavibot</artifactId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>