You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2011/03/02 12:49:58 UTC

svn commit: r1076179 - /incubator/ace/trunk/ace-target-devserver/pom.xml

Author: marrs
Date: Wed Mar  2 11:49:58 2011
New Revision: 1076179

URL: http://svn.apache.org/viewvc?rev=1076179&view=rev
Log:
Fixed a mistake in the pom, it listed the repository.api bundle twice, and omitted the repository.impl.

Modified:
    incubator/ace/trunk/ace-target-devserver/pom.xml

Modified: incubator/ace/trunk/ace-target-devserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-target-devserver/pom.xml?rev=1076179&r1=1076178&r2=1076179&view=diff
==============================================================================
--- incubator/ace/trunk/ace-target-devserver/pom.xml (original)
+++ incubator/ace/trunk/ace-target-devserver/pom.xml Wed Mar  2 11:49:58 2011
@@ -230,7 +230,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ace</groupId>
-            <artifactId>org.apache.ace.repository.api</artifactId>
+            <artifactId>org.apache.ace.repository.impl</artifactId>
             <scope>runtime</scope>
         </dependency>
         <dependency>