This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git
commit 6de60aee55100efc3cc3d3e367f5508f34715ac0 Author: Herve Boutemy <[email protected]> AuthorDate: Mon May 3 20:35:33 2010 +0000 configured scm and issueManagement git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@940606 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 9c048b8..ae125a0 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
