This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-memory17.git
The following commit(s) were added to refs/heads/main by this push:
new 4280268 update pom, module-info
4280268 is described below
commit 4280268f00bd57630704ea39ab3d52cc77a59b19
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Jun 2 15:41:01 2022 -0700
update pom, module-info
---
pom.xml | 13 +++----------
src/main/java/module-info.java | 1 -
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7abc060..c133dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@ under the License.
</parent>
<groupId>org.apache.datasketches</groupId>
- <artifactId>datasketches-memory17</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <artifactId>datasketches-memory</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
<!-- Required for multi-module project -->
<packaging>pom</packaging>
@@ -188,13 +188,6 @@ under the License.
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <!-- Used for UTF8 testing -->
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>${protobuf-java.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<!-- Used for xxHash testing -->
<groupId>net.openhft</groupId>
@@ -290,7 +283,7 @@ under the License.
<configuration>
<rules>
<requireJavaVersion>
- <version>[1.8,1.9),[8],[11,14),[17,18)</version>
+ <version>[17,18)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.version},)</version>
diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java
index cdafde4..1e9d0cf 100644
--- a/src/main/java/module-info.java
+++ b/src/main/java/module-info.java
@@ -16,7 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-//@SuppressWarnings("javadoc")
module org.apache.datasketches.memory {
requires java.base;
requires java.logging;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]