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 2021/01/04 03:35:03 UTC

[datasketches-java] branch Update_to_TLP created (now 245964f)

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

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


      at 245964f  Update to TLP

This branch includes the following new commits:

     new 245964f  Update to TLP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[datasketches-java] 01/01: Update to TLP

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 245964fd15d916a571367a4da240f5c6c36f6f9d
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Jan 3 19:34:15 2021 -0800

    Update to TLP
---
 DISCLAIMER-WIP                             | 26 --------------------------
 NOTICE                                     |  2 +-
 README.md                                  | 23 ++++++++++-------------
 pom.xml                                    | 18 +++++++++---------
 src/main/javadoc/resources/dictionary.html |  2 +-
 5 files changed, 21 insertions(+), 50 deletions(-)

diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
deleted file mode 100644
index ae9f942..0000000
--- a/DISCLAIMER-WIP
+++ /dev/null
@@ -1,26 +0,0 @@
-Apache DataSketches (incubating) is an effort undergoing incubation 
-at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the
-project has yet to be fully endorsed by the ASF.
-
-Some of the incubating project's releases may not be fully compliant
-with ASF policy. For example, releases may have incomplete or
-un-reviewed licensing conditions. What follows is a list of known
-issues the project is currently aware of (note that this list, by
-definition, is likely to be incomplete): 
-
- * No issues are known at this time. 
-
-If you are planning to incorporate this work into your
-product or project, please be aware that you will need to conduct a
-thorough licensing review to determine the overall implications of
-including this work. For the current status of this project through the Apache
-Incubator visit: 
-
-http://incubator.apache.org/projects/datasketches.html
diff --git a/NOTICE b/NOTICE
index a60996a..dab5a7a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache DataSketches Java (incubating)
+Apache DataSketches Java
 Copyright 2020 The Apache Software Foundation
 
 Copyright 2015-2018 Yahoo
diff --git a/README.md b/README.md
index 3e6ac69..7293837 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,11 @@
     under the License.
 -->
 
-[![Build Status](https://travis-ci.org/apache/incubator-datasketches-java.svg?branch=master)](https://travis-ci.org/apache/incubator-datasketches-java)
+[![Build Status](https://travis-ci.org/apache/datasketches-java.svg?branch=master)](https://travis-ci.org/apache/datasketches-java)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java)
-[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/incubator-datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-java/context:java)
-[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-java/alerts/)
-[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-java/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/incubator-datasketches-java?branch=master)
+[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/datasketches-java/context:java)
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/datasketches-java/alerts/)
+[![Coverage Status](https://coveralls.io/repos/github/apache/datasketches-java/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/datasketches-java?branch=master)
 
 =================
 
@@ -31,7 +31,7 @@ This is the core Java component of the DataSketches library.  It contains all of
 This component is also a dependency of other components of the library that create adaptors for target systems, such as Hadoop Pig and Hadoop Hive.
 
 Note that we have a parallel core component for C++ and Python implementations of the same sketch algorithms, 
-[incubator-datasketches-cpp](https://github.com/apache/incubator-datasketches-cpp).
+[datasketches-cpp](https://github.com/apache/datasketches-cpp).
 
 Please visit the main [DataSketches website](https://datasketches.apache.org) for more information. 
 
@@ -64,11 +64,11 @@ To install jars built from the downloaded source:
 
 This will create the following jars:
 
-* datasketches-java-X.Y.Z-incubating.jar The compiled main class files.
-* datasketches-java-X.Y.Z-incubating-tests.jar The compiled test class files.
-* datasketches-java-X.Y.Z-incubating-sources.jar The main source files.
-* datasketches-java-X.Y.Z-incubating-test-sources.jar The test source files
-* datasketches-java-X.Y.Z-incubating-javadoc.jar  The compressed Javadocs.
+* datasketches-java-X.Y.Z.jar The compiled main class files.
+* datasketches-java-X.Y.Z-tests.jar The compiled test class files.
+* datasketches-java-X.Y.Z-sources.jar The main source files.
+* datasketches-java-X.Y.Z-test-sources.jar The test source files
+* datasketches-java-X.Y.Z-javadoc.jar  The compressed Javadocs.
 
 ### Dependencies
 
@@ -80,6 +80,3 @@ There is one run-time dependency:
 #### Testing
 See the pom.xml file for test dependencies.
 
-----
-
-Disclaimer: Apache DataSketches is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate [...]
diff --git a/pom.xml b/pom.xml
index 7e3131a..c0ce6b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ under the License.
 
   <!-- UNIQUE FOR THIS JAVA COMPONENT -->
   <artifactId>datasketches-java</artifactId>
-  <version>1.4.0-incubating-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <description>Core sketch algorithms used alone 
     and by other Java repositories in the DataSketches library.</description>
   <!-- END: UNIQUE FOR THIS JAVA COMPONENT -->
@@ -61,9 +61,9 @@ under the License.
   </mailingLists>
 
   <scm>
-    <connection>scm:git:ssh://git@github.com/apache/incubator-${project.artifactId}.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com/apache/incubator-${project.artifactId}.git</developerConnection>
-    <url>https://github.com/apache/incubator-${project.artifactId}</url>
+    <connection>scm:git:ssh://git@github.com/apache/${project.artifactId}.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/apache/${project.artifactId}.git</developerConnection>
+    <url>https://github.com/apache/${project.artifactId}</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -71,7 +71,7 @@ under the License.
     <!-- <system>jira</system>
       <url>https://issues.apache.org/jira/browse/DATASKETCHES</url> -->
     <system>GitHub</system>
-    <url>https://github.com/apache/incubator-${project.artifactId}/issues</url>
+    <url>https://github.com/apache/${project.artifactId}/issues</url>
   </issueManagement>
 
   <developers>
@@ -469,10 +469,10 @@ under the License.
     </profile>
 
     <!--  This profile is used to release signed jars to the Apache Nexus repository. 
-          This must be executed from a git repository set at the proper Release branch (e.g., 1.1.X-incubating) 
-          and at a Release Candidate tag (e.g., 1.1.0-incubating-RC1).
-          The pom version in the release branch must be properly set to something like: "1.1.0-incubating".
-          The pom version in the master would be set to something like: "1.2.0-incubating-SNAPSHOT".
+          This must be executed from a git repository set at the proper Release branch (e.g., 1.1.X) 
+          and at a Release Candidate tag (e.g., 1.1.0-RC1).
+          The pom version in the release branch must be properly set to something like: "1.1.0".
+          The pom version in the master would be set to something like: "1.2.0-SNAPSHOT".
           Test Command: mvn clean verify -Pnexus-jars -DskipTests=true
           Command: mvn clean deploy -Dnexus-jars
           Verify Command (from terminal): gpg -v &#45;&#45;verify $ASC $FILE # dashdashverify
diff --git a/src/main/javadoc/resources/dictionary.html b/src/main/javadoc/resources/dictionary.html
index 48b879d..ba465dc 100644
--- a/src/main/javadoc/resources/dictionary.html
+++ b/src/main/javadoc/resources/dictionary.html
@@ -31,7 +31,7 @@ Refers to sketch accuracy...
 
 <h3><a name="alphaTCF">Alpha TCF</a></h3>
 The Alpha Theta Choosing Function (TCF) and the theory behind it is fully described in the 
-<a href="https://github.com/apache/incubator-datasketches-website/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
+<a href="https://github.com/apache/datasketches-website/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
 The alpha algorithm is optimized for speed and accuracy in a real-time sketch
 building / estimating environment.
 <p>One of the properties of the Alpha Algorithm used for cache management within a sketch is that


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