You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/11/22 13:55:44 UTC

svn commit: r719843 - in /maven/mercury/trunk: pom.xml src/site/site.xml

Author: hboutemy
Date: Sat Nov 22 04:55:43 2008
New Revision: 719843

URL: http://svn.apache.org/viewvc?rev=719843&view=rev
Log:
updated project url and description

Modified:
    maven/mercury/trunk/pom.xml
    maven/mercury/trunk/src/site/site.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=719843&r1=719842&r2=719843&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Sat Nov 22 04:55:43 2008
@@ -5,7 +5,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>9</version>
-  </parent>    
+  </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.mercury</groupId>
@@ -13,6 +13,7 @@
   <packaging>pom</packaging>
   <name>Mercury</name>
   <version>1.0.0-alpha-2-SNAPSHOT</version>
+  <description>Maven Mercury is a replacement for the Maven Artifact subsystem, and a complete replacement for the HTTP and DAV portions of the existing transport.</description>
 
   <developers>
     <developer>
@@ -40,8 +41,6 @@
     <distMgmtReleasesId>apache.staging</distMgmtReleasesId>
     <distMgmtReleasesName>Apache Development Staging Repository</distMgmtReleasesName>
     <distMgmtReleasesUrl>scp://people.apache.org/~/repos/staging</distMgmtReleasesUrl>
-
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <modules>
@@ -306,7 +305,7 @@
       <url>${distMgmtSnapshotsUrl}</url>
     </snapshotRepository>
   </distributionManagement>
-  <url>http://docs.codehaus.org/display/MAVEN/Mercury</url>
+  <url>http://maven.apache.org/mercury/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MERCURY</url>

Modified: maven/mercury/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/src/site/site.xml?rev=719843&r1=719842&r2=719843&view=diff
==============================================================================
--- maven/mercury/trunk/src/site/site.xml (original)
+++ maven/mercury/trunk/src/site/site.xml Sat Nov 22 04:55:43 2008
@@ -45,6 +45,10 @@
       <item name="Doxia" href="http://maven.apache.org/doxia"/>
     </links>
 
+    <menu name="Documentation">
+      <item name="Wiki" href="http://docs.codehaus.org/display/MAVEN/Mercury" />
+    </menu>
+
     <menu ref="modules"/>
 
   </body>