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/10/01 18:53:28 UTC

svn commit: r700836 - in /maven/sandbox/trunk/mercury: pom.xml wagon-mercury/pom.xml

Author: ogusakov
Date: Wed Oct  1 09:53:28 2008
New Revision: 700836

URL: http://svn.apache.org/viewvc?rev=700836&view=rev
Log:
adjusted poms

Modified:
    maven/sandbox/trunk/mercury/pom.xml
    maven/sandbox/trunk/mercury/wagon-mercury/pom.xml

Modified: maven/sandbox/trunk/mercury/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/pom.xml?rev=700836&r1=700835&r2=700836&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/pom.xml (original)
+++ maven/sandbox/trunk/mercury/pom.xml Wed Oct  1 09:53:28 2008
@@ -17,6 +17,7 @@
     <module>mercury-crypto</module>
     <module>mercury-util</module>
     <module>mercury-it</module>
+    <module>wagon-mercury</module>
   </modules>
 
   <build>

Modified: maven/sandbox/trunk/mercury/wagon-mercury/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/wagon-mercury/pom.xml?rev=700836&r1=700835&r2=700836&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/wagon-mercury/pom.xml (original)
+++ maven/sandbox/trunk/mercury/wagon-mercury/pom.xml Wed Oct  1 09:53:28 2008
@@ -7,7 +7,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wagon-mercury</artifactId>
-  <name>Maven Wagon Mercury implementation</name>
+  <name>Mercury Wagon provider:         ${project.version}</name>
   <version>1.0.0-alpha-1-SNAPSHOT</version>
   
   <properties>