Update parent pom.xml: set parent org.papache.apache:16, add mailingLists, issueManagement, changed git url.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9ab3fcb0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9ab3fcb0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9ab3fcb0 Branch: refs/heads/ignite-64 Commit: 9ab3fcb0900091a0d7f838df033b145dc11583b6 Parents: d45bdd7 Author: sevdokimov <sevdoki...@gridgain.com> Authored: Mon Jan 12 18:12:16 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Mon Jan 12 18:12:52 2015 +0300 ---------------------------------------------------------------------- pom.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9ab3fcb0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e35788f..ce0d4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>16</version> + </parent> + <properties> <ignite.version>7.0.0</ignite.version> <gridgain.edition>fabric</gridgain.edition> @@ -34,7 +40,7 @@ <version>${ignite.version}</version> <packaging>pom</packaging> - <url>http://www.gridgain.com</url> + <url>http://ignite.incubator.apache.org</url> <description>Java-based middleware for in-memory processing of big data in a distributed environment.</description> @@ -45,9 +51,24 @@ </license> </licenses> + <mailingLists> + <mailingList> + <name>Ignite Dev List</name> + <subscribe>dev-subscr...@ignite.incubator.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@ignite.incubator.apache.org</unsubscribe> + <post>d...@ignite.incubator.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/incubator-ignite-dev</archive> + </mailingList> + </mailingLists> + + <issueManagement> + <system>jira</system> + <url>http://issues.apache.org/jira/browse/IGNITE</url> + </issueManagement> + <scm> - <url>https://github.com/gridgain/gridgain</url> - <connection>scm:git:git://github.com/gridgain/gridgain.git</connection> + <url>https://git-wip-us.apache.org/repos/asf/incubator-ignite</url> + <connection>scm:git:git://git-wip-us.apache.org/repos/asf/incubator-ignite</connection> </scm> <developers>