You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ta...@apache.org on 2023/10/18 06:07:13 UTC

[hbase-connectors] branch master updated (ee95dc6 -> 8d8b435)

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

taklwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


    from ee95dc6  Preparing development version 1.1.0-SNAPSHOT
     add 3f15ae1  Preparing hbase-connectors release 1.0.1RC1; tagging and updates to CHANGESLOG.md and RELEASENOTES.md
     new 8d8b435  Preparing development version 1.1.0-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:
 CHANGELOG.md    |   2 +
 RELEASENOTES.md | 134 --------------------------------------------------------
 2 files changed, 2 insertions(+), 134 deletions(-)


[hbase-connectors] 01/01: Preparing development version 1.1.0-SNAPSHOT

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

taklwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git

commit 8d8b4353a57f7590ebca880ee01ad50448c74844
Author: Tak Lon (Stephen) Wu <ta...@apache.org>
AuthorDate: Tue Oct 17 23:07:05 2023 -0700

    Preparing development version 1.1.0-SNAPSHOT
    
    Signed-off-by: Tak Lon (Stephen) Wu <ta...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e849cd1..bdd41e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
   </issueManagement>
   <properties>
     <!-- See https://maven.apache.org/maven-ci-friendly.html -->
-    <revision>1.0.1</revision>
+    <revision>1.1.0-SNAPSHOT</revision>
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm</maven.build.timestamp.format>
     <buildDate>${maven.build.timestamp}</buildDate>