Author: ansell
Date: Tue Sep 4 18:33:17 2012
New Revision: 1380794
URL: http://svn.apache.org/viewvc?rev=1380794&view=rev
Log:
fix nquads artifact id in mime/pom.xml
Modified:
incubator/any23/trunk/mime/pom.xml
Modified: incubator/any23/trunk/mime/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/mime/pom.xml?rev=1380794&r1=1380793&r2=1380794&view=diff
==============================================================================
--- incubator/any23/trunk/mime/pom.xml (original)
+++ incubator/any23/trunk/mime/pom.xml Tue Sep 4 18:33:17 2012
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>any23-nquads</artifactId>
+ <artifactId>apache-any23-nquads</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>