Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
APEXCORE-753 Add mailing lists, SCM and issue tracking information to…
Browse files Browse the repository at this point in the history
… POM
  • Loading branch information
vrozov committed Jul 5, 2017
1 parent 771f588 commit e0577de
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>18</version>
<relativePath/>
</parent>

<groupId>org.apache.apex</groupId>
Expand All @@ -49,6 +50,54 @@
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/apache/apex-core.git</connection>
<developerConnection>scm:git:[fetch=]https://github.com/apache/apex-core.git[push=]https://git-wip-us.apache.org/repos/asf/apex-core.git</developerConnection>
<url>https://github.com/apache/apex-core.git</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/projects/APEXCORE</url>
</issueManagement>

<mailingLists>
<mailingList>
<name>Apex Dev</name>
<subscribe>dev-subscribe@apex.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@apex.apache.org</unsubscribe>
<post>dev@apex.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/apex-dev/</archive>
<otherArchives>
<otherArchive>https://lists.apache.org/list.html?dev@apex.apache.org</otherArchive>
<otherArchive>https://s.apache.org/apex-dev</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Apex User</name>
<subscribe>users-subscribe@apex.apache.org</subscribe>
<unsubscribe>users-unsubscribe@apex.apache.org</unsubscribe>
<post>users@apex.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/apex-users/</archive>
<otherArchives>
<otherArchive>https://lists.apache.org/list.html?users@apex.apache.org</otherArchive>
<otherArchive>https://s.apache.org/apex-users</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Apex Commits</name>
<subscribe>commits-subscribe@apex.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@apex.apache.org</unsubscribe>
<post>commits@apex.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/apex-commits/</archive>
<otherArchives>
<otherArchive>https://lists.apache.org/list.html?commits@apex.apache.org</otherArchive>
<otherArchive>https://s.apache.org/apex-commits</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>

<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
Expand Down

0 comments on commit e0577de

Please sign in to comment.