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 2010/05/03 22:35:33 UTC

svn commit: r940606 - /maven/shared/trunk/maven-reporting-api/pom.xml

Author: hboutemy
Date: Mon May  3 20:35:33 2010
New Revision: 940606

URL: http://svn.apache.org/viewvc?rev=940606&view=rev
Log:
configured scm and issueManagement

Modified:
    maven/shared/trunk/maven-reporting-api/pom.xml

Modified: maven/shared/trunk/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api/pom.xml?rev=940606&r1=940605&r2=940606&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-api/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-api/pom.xml Mon May  3 20:35:33 2010
@@ -33,6 +33,7 @@ under the License.
   <version>3.0-SNAPSHOT</version>
 
   <name>Maven Reporting API</name>
+  <description>API to manage report generation.</description>
 
   <developers>
     <developer>
@@ -46,6 +47,17 @@ under the License.
     </developer>
   </developers>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MSHARED/component/14413</url>
+  </issueManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>