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/14 06:29:16 UTC

[phoenix-thirdparty] branch master updated (e7aebfb -> 144c90f)

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

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


    from e7aebfb  PHOENIX-6039 Create phoenix-thirdparty main project, and add phoenix-shaded-guava as a subproject
     add d9308de  Preparing phoenix-thirdparty release 1.0.0RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
     new 144c90f  Preparing development version 1.0.1-SNAPSHOT

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.


Summary of changes:
 CHANGES.md                   | 32 ++++++++++++++++++++++++++++++++
 RELEASENOTES.md              | 24 ++++++++++++++++++++++++
 phoenix-shaded-guava/pom.xml |  2 +-
 pom.xml                      |  2 +-
 4 files changed, 58 insertions(+), 2 deletions(-)
 create mode 100644 CHANGES.md
 create mode 100644 RELEASENOTES.md


[phoenix-thirdparty] 01/01: Preparing development version 1.0.1-SNAPSHOT

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

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

commit 144c90ff7e3712578bad0520718448fd551d5fc2
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Oct 14 06:29:07 2020 +0000

    Preparing development version 1.0.1-SNAPSHOT
---
 phoenix-shaded-guava/pom.xml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/phoenix-shaded-guava/pom.xml b/phoenix-shaded-guava/pom.xml
index 33979e7..dba90c6 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.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-shaded-guava</artifactId>
diff --git a/pom.xml b/pom.xml
index 55d67b2..b72bffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.phoenix.thirdparty</groupId>
   <artifactId>phoenix-thirdparty</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix Third-Party Libs</name>
   <description>Packaging of relocated (renamed, shaded) third-party libraries used by Phoenix.</description>