This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
The following commit(s) were added to refs/heads/master by this push:
new bbf5fda Change back artifactId
bbf5fda is described below
commit bbf5fda600a55b9e2bd181deed2e01b3e9873ab9
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Aug 13 16:10:58 2019 -0700
Change back artifactId
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c16552..5036cb3 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.2.0-incubating-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>High-performance native memory access.</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]