Author: cutting
Date: Mon Jul 25 20:16:27 2011
New Revision: 1150880
URL: http://svn.apache.org/viewvc?rev=1150880&view=rev
Log:
AVRO-857. Add mailing lists, scm and issue management to Maven metadata.
Contributed Jan Prach.
Modified:
avro/trunk/CHANGES.txt
avro/trunk/lang/java/pom.xml
avro/trunk/pom.xml
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1150880&r1=1150879&r2=1150880&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Mon Jul 25 20:16:27 2011
@@ -33,6 +33,10 @@ Avro 1.6.0 (unreleased)
AVRO-396. C: avrocat and avropipe commands (dcreager)
+ AVRO-857. Add mailing lists, scm and issue management to Maven
+ metadata. Also link top-level pom.xml to lang/java.
+ (Jan Prach via cutting)
+
BUG FIXES
AVRO-845. setup.py uses Python2.7+ specific code
Modified: avro/trunk/lang/java/pom.xml
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/java/pom.xml?rev=1150880&r1=1150879&r2=1150880&view=diff
==============================================================================
--- avro/trunk/lang/java/pom.xml (original)
+++ avro/trunk/lang/java/pom.xml Mon Jul 25 20:16:27 2011
@@ -48,11 +48,6 @@
<snappy-version>1.0.3-rc4</snappy-version>
</properties>
- <issueManagement>
- <system>jira</system>
- <url>https://issues.apache.org/jira/browse/AVRO</url>
- </issueManagement>
-
<build>
<!-- defines the default plugin configuration that all child projects
inherit
from. Like dependencyManagement, this provides configuration, version,
and other
Modified: avro/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/avro/trunk/pom.xml?rev=1150880&r1=1150879&r2=1150880&view=diff
==============================================================================
--- avro/trunk/pom.xml (original)
+++ avro/trunk/pom.xml Mon Jul 25 20:16:27 2011
@@ -44,6 +44,47 @@
<avro.docDir>build/avro-doc-${project.version}/api</avro.docDir>
</properties>
+ <modules>
+ <module>lang/java</module>
+ </modules>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/avro/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/avro/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/avro/trunk</url>
+ </scm>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/AVRO</url>
+ </issueManagement>
+
+ <inceptionYear>2009</inceptionYear>
+
+ <mailingLists>
+ <mailingList>
+ <name>Avro Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/avro-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Avro Users List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/avro-users/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Avro Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/avro-commits/</archive>
+ </mailingList>
+ </mailingLists>
+
<build>
<plugins>
<plugin>