Author: britter
Date: Fri Nov 22 12:09:08 2013
New Revision: 1544505
URL: http://svn.apache.org/r1544505
Log:
Add some information about the project
Modified:
logging/sandbox/receivers2/trunk/pom.xml
Modified: logging/sandbox/receivers2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/sandbox/receivers2/trunk/pom.xml?rev=1544505&r1=1544504&r2=1544505&view=diff
==============================================================================
--- logging/sandbox/receivers2/trunk/pom.xml (original)
+++ logging/sandbox/receivers2/trunk/pom.xml Fri Nov 22 12:09:08 2013
@@ -31,7 +31,19 @@
<packaging>jar</packaging>
<name>receivers2</name>
- <url>http://maven.apache.org</url>
+ <inceptionYear>2013</inceptionYear>
+ <url>http://logging.apache.org</url>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/LOGGING</url>
+ </issueManagement>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/sandbox/receivers2/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/logging/sandbox/receivers2/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/logging/sandbox/receivers2/trunk</url>
+ </scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>