You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/12/24 08:00:34 UTC

svn commit: r729256 - /maven/mercury/trunk/mercury-repo/pom.xml

Author: ogusakov
Date: Tue Dec 23 23:00:34 2008
New Revision: 729256

URL: http://svn.apache.org/viewvc?rev=729256&view=rev
Log:
[MERCURY-65] adding mapped repo implementation

Modified:
    maven/mercury/trunk/mercury-repo/pom.xml

Modified: maven/mercury/trunk/mercury-repo/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/pom.xml?rev=729256&r1=729255&r2=729256&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-repo/pom.xml (original)
+++ maven/mercury/trunk/mercury-repo/pom.xml Tue Dec 23 23:00:34 2008
@@ -35,7 +35,7 @@
     <module>mercury-repo-api</module>
     <module>mercury-repo-local-m2</module>
     <module>mercury-repo-local-flat</module>
-    <module>mercury-repo-map</module>
+    <module>mercury-repo-local-map</module>
     <module>mercury-repo-remote-m2</module>
     <module>mercury-repo-cache-fs</module>
     <module>mercury-repo-virtual</module>