You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2017/07/09 15:33:58 UTC

apex-core git commit: APEXCORE-753 Add mailing lists, SCM and issue tracking information to POM

Repository: apex-core
Updated Branches:
  refs/heads/master 1831356ea -> c78ebd8fb


APEXCORE-753 Add mailing lists, SCM and issue tracking information to POM


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/c78ebd8f
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/c78ebd8f
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/c78ebd8f

Branch: refs/heads/master
Commit: c78ebd8fbee2f13cea05d903034158b10cfbf8c5
Parents: 1831356
Author: Vlad Rozov <vr...@apache.org>
Authored: Wed Jul 5 08:09:44 2017 -0700
Committer: Vlad Rozov <vr...@apache.org>
Committed: Sat Jul 8 09:18:56 2017 -0700

----------------------------------------------------------------------
 pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/c78ebd8f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 155fde4..2df1784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>18</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.apex</groupId>
@@ -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>https://lists.apache.org/list.html?dev@apex.apache.org</archive>
+      <otherArchives>
+        <otherArchive>https://s.apache.org/apex-dev</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/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>https://lists.apache.org/list.html?users@apex.apache.org</archive>
+      <otherArchives>
+        <otherArchive>https://s.apache.org/apex-users</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/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>https://lists.apache.org/list.html?commits@apex.apache.org</archive>
+      <otherArchives>
+        <otherArchive>https://s.apache.org/apex-commits</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/apex-commits/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
   <prerequisites>
     <maven>3.0.5</maven>
   </prerequisites>