You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/13 21:18:45 UTC

[incubator-datasketches-memory] branch LicenseSwap updated: update POM

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch LicenseSwap
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git


The following commit(s) were added to refs/heads/LicenseSwap by this push:
     new 20811c6  update POM
20811c6 is described below

commit 20811c6d9b70aa4726eb9886e50f77b836855065
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jun 13 14:18:37 2019 -0700

    update POM
---
 pom.xml | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7bef77..cad31a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>org.apache.datasketches</groupId>
     <artifactId>datasketches-memory</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3-incubating-SNAPSHOT</version>
 
     <!-- Project Information -->
     <name>${project.groupId}:${project.artifactId}</name>
@@ -38,18 +38,10 @@
         </license>
     </licenses>
 
-    <organization>
-        <name>Yahoo! Inc.</name>
-        <url>https://www.yahoo.com</url>
-    </organization>
-
     <developers>
         <developer>
-            <name>Lee Rhodes</name>
-            <roles>
-                <role>founder, project admin, lead developer</role>
-            </roles>
-            <url>https://github.com/leerho</url>
+            <name>Apache DataSketches Committers</name>
+            <url>https://druid.apache.org/community/#committers</url>
         </developer>
     </developers>
 
@@ -112,7 +104,7 @@
     <!-- Environment Settings -->
     <issueManagement>
         <system>GitHub Issues</system>
-        <url>https://github.com/DataSketches/memory/issues</url>
+        <url>https://github.com/Apache/incubator-datasketches-memory/issues</url>
     </issueManagement>
 
     <ciManagement>
@@ -122,6 +114,13 @@
 
     <mailingLists>
         <mailingList>
+            <name>Apache DataSketches (incubating) developers list</name>
+            <subscribe>dev-subscribe@datasketches.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@datasketches.apache.org</unsubscribe>
+            <post>dev@datasketches.apache.org</post>
+            <archive>https://mail-archives.apache.org/mod_mbox/datasketches-dev</archive>
+        </mailingList>
+        <mailingList>
             <name>sketches-user</name>
             <archive>https://groups.google.com/forum/#!forum/sketches-user</archive>
             <subscribe>mailto:sketches-user%2Bsubscribe@googlegroups.com</subscribe>
@@ -131,9 +130,9 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:git:ssh://git@github.com/DataSketches/memory.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/DataSketches/memory.git</developerConnection>
-        <url>https://github.com/DataSketches/memory</url>
+        <connection>scm:git:ssh://git@github.com/apache/incubator-datasketches-memory.git</connection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/incubator-datasketches-memory.git</developerConnection>
+        <url>https://github.com/apache/incubator-datasketches-memory.git</url>
         <tag>HEAD</tag>
     </scm>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org