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 2022/10/13 04:00:02 UTC

[datasketches-java] 01/01: Updated POM Memory dependency to 2.2.0.

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

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

commit e5081d5d896803c425c318f11db82091792e23ba
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Oct 12 20:59:49 2022 -0700

    Updated POM Memory dependency to 2.2.0.
    
    added 2 missing package-info files.
---
 pom.xml                                            |  2 +-
 .../datasketches/quantilescommon/package-info.java | 24 ++++++++++++++++++++++
 .../datasketches/thetacommon/package-info.java     | 24 ++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c626f47c..80186e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ under the License.
 
   <properties>
     <!-- UNIQUE FOR THIS JAVA COMPONENT -->
-    <datasketches-memory.version>2.1.0</datasketches-memory.version>
+    <datasketches-memory.version>2.2.0</datasketches-memory.version>
     <!-- END:UNIQUE FOR THIS JAVA COMPONENT -->
 
     <!-- Test -->
diff --git a/src/main/java/org/apache/datasketches/quantilescommon/package-info.java b/src/main/java/org/apache/datasketches/quantilescommon/package-info.java
new file mode 100644
index 00000000..483636d9
--- /dev/null
+++ b/src/main/java/org/apache/datasketches/quantilescommon/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * This package contains common tools and methods for the <i>quantiles</i>, <i>kll</i> and
+ * <i>req</i> packages.
+ */
+package org.apache.datasketches.quantilescommon;
diff --git a/src/main/java/org/apache/datasketches/thetacommon/package-info.java b/src/main/java/org/apache/datasketches/thetacommon/package-info.java
new file mode 100644
index 00000000..cb6f17ec
--- /dev/null
+++ b/src/main/java/org/apache/datasketches/thetacommon/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * This package contains common tools and methods for the <i>theta</i>,
+ * <i>tuple</i>, <i>tuple/*</i> and <i>cpc</i> packages.
+ */
+package org.apache.datasketches.thetacommon;


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