You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by vs...@apache.org on 2008/08/13 15:51:34 UTC

svn commit: r685552 - /maven/scm/trunk/pom.xml

Author: vsiveton
Date: Wed Aug 13 06:51:33 2008
New Revision: 685552

URL: http://svn.apache.org/viewvc?rev=685552&view=rev
Log:
o added description and url

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=685552&r1=685551&r2=685552&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed Aug 13 06:51:33 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,6 +35,8 @@
   <packaging>pom</packaging>
 
   <name>Maven SCM</name>
+  <description>Maven SCM provides a common API for doing SCM operations.</description>
+  <url>http://maven.apache.org/scm/</url>
   <inceptionYear>2003</inceptionYear>
   
   <mailingLists>