Change back artifactId
diff --git a/pom.xml b/pom.xml
index 1ac54b9..985fdc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <!-- 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>