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/08/13 23:00:05 UTC

[incubator-datasketches-memory] branch 1.1.X-incubating updated: Change back artifactId

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

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


The following commit(s) were added to refs/heads/1.1.X-incubating by this push:
     new d94fcef  Change back artifactId
d94fcef is described below

commit d94fcef4a885b5086f69710443c55c1e07c3bd15
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Aug 13 15:59:57 2019 -0700

    Change back artifactId
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ac54b9..985fdc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <!-- fixes dumb maven warning -->
   </parent>
   <groupId>org.apache.datasketches</groupId>
-  <artifactId>memory</artifactId>
+  <artifactId>datasketches-memory</artifactId>
   <version>1.1.0-incubating</version>
   <name>${project.artifactId}</name>
   <description>High-performance native memory access.</description>


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