You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/01/30 22:45:04 UTC

svn commit: r739417 - /maven/components/trunk/build-mercury.xml

Author: jvanzyl
Date: Fri Jan 30 21:45:04 2009
New Revision: 739417

URL: http://svn.apache.org/viewvc?rev=739417&view=rev
Log:
o i'll work on this in the alpha-3, time is up. time to cut the release

Modified:
    maven/components/trunk/build-mercury.xml

Modified: maven/components/trunk/build-mercury.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build-mercury.xml?rev=739417&r1=739416&r2=739417&view=diff
==============================================================================
--- maven/components/trunk/build-mercury.xml (original)
+++ maven/components/trunk/build-mercury.xml Fri Jan 30 21:45:04 2009
@@ -87,14 +87,14 @@
     
     <!-- Pull the dependencies for Modello -->
     <mercury:resolve-dependencies id="modello">
-       <mercury:local-repository location="${maven.repo.local}"/>
-       <mercury:dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
+      <mercury:local-repository location="${maven.repo.local}"/>
+      <mercury:dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
     </mercury:resolve-dependencies>
     
     <!-- Pull the dependencies for the MetadataGenerator CLI -->
     <mercury:resolve-dependencies id="pmdg">
-       <mercury:local-repository path="${maven.repo.local}"/>       
-       <mercury:dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="${pom.properties.plexusVersion}"/>
+      <mercury:local-repository path="${maven.repo.local}"/>       
+      <mercury:dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="${pom.properties.plexusVersion}"/>
     </mercury:resolve-dependencies>              
   </target>