You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/10/26 06:09:12 UTC

[phoenix-thirdparty] tag v1.0.0 created (now 0863801)

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

stoty pushed a change to tag v1.0.0
in repository https://gitbox.apache.org/repos/asf/phoenix-thirdparty.git.


      at 0863801  (commit)
This tag includes the following new commits:

     new 0863801  Preparing phoenix-thirdparty release v1.0.0; tagging and updates to CHANGES.md and RELEASENOTES.md

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.



[phoenix-thirdparty] 01/01: Preparing phoenix-thirdparty release v1.0.0; tagging and updates to CHANGES.md and RELEASENOTES.md

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

stoty pushed a commit to tag v1.0.0
in repository https://gitbox.apache.org/repos/asf/phoenix-thirdparty.git

commit 08638015e400bf94674ad0c013cddd61ca3c6a2c
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Oct 26 06:09:04 2020 +0000

    Preparing phoenix-thirdparty release v1.0.0; tagging and updates to CHANGES.md and RELEASENOTES.md
---
 CHANGES.md                   | 12 ------------
 RELEASENOTES.md              |  6 ------
 phoenix-shaded-guava/pom.xml |  2 +-
 pom.xml                      |  2 +-
 4 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index f1a24d3..f523381 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,15 +18,3 @@
 -->
 # PHOENIX Changelog
 
-## Release thirdparty-1.0.0 - Unreleased (as of 2020-10-14)
-
-
-
-### SUB-TASKS:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [PHOENIX-6039](https://issues.apache.org/jira/browse/PHOENIX-6039) | Create phoenix-thirdparty main project, and add phoenix-shaded-guava as a subproject |  Major | thirdparty |
-| [PHOENIX-6038](https://issues.apache.org/jira/browse/PHOENIX-6038) | Create phoenix-thirdparty git repo |  Major | thirdparty |
-
-
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 97b33cf..6e96b11 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -16,9 +16,3 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
-# PHOENIX  thirdparty-1.0.0 Release Notes
-
-These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
-
-
-
diff --git a/phoenix-shaded-guava/pom.xml b/phoenix-shaded-guava/pom.xml
index dba90c6..33979e7 100644
--- a/phoenix-shaded-guava/pom.xml
+++ b/phoenix-shaded-guava/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.phoenix.thirdparty</groupId>
     <artifactId>phoenix-thirdparty</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>phoenix-shaded-guava</artifactId>
diff --git a/pom.xml b/pom.xml
index b72bffb..55d67b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.phoenix.thirdparty</groupId>
   <artifactId>phoenix-thirdparty</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.0</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix Third-Party Libs</name>
   <description>Packaging of relocated (renamed, shaded) third-party libraries used by Phoenix.</description>