You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/11/11 14:43:00 UTC

[hbase-thirdparty] 01/01: Preparing hbase-thirdparty release 4.1.3RC1; tagging and updates to CHANGES.md and RELEASENOTES.md

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

zhangduo pushed a commit to annotated tag 4.1.3RC1
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git

commit 3198237bc0fcecab4d91cd3fa1a65c5a6d95e3ef
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Nov 11 14:42:53 2022 +0000

    Preparing hbase-thirdparty release 4.1.3RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 CHANGES.md      | 3 ++-
 RELEASENOTES.md | 7 +++++++
 pom.xml         | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index b6203ad..ca3a4a5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,7 +18,7 @@
 -->
 # HBASE Changelog
 
-## Release thirdparty-4.1.3 - Unreleased (as of 2022-11-08)
+## Release thirdparty-4.1.3 - Unreleased (as of 2022-11-11)
 
 
 
@@ -41,6 +41,7 @@
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
 | [HBASE-27467](https://issues.apache.org/jira/browse/HBASE-27467) | [hbase-thirdparty] Bump thirdparty dependencies |  Major | dependencies, thirdparty |
+| [HBASE-27478](https://issues.apache.org/jira/browse/HBASE-27478) | [hbase-thirdparty] Use maven flatten plugin to generate final pom |  Major | build, pom, thirdparty |
 
 
 ## Release thirdparty-4.1.2 - Unreleased (as of 2022-10-06)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a2cf57e..2211f77 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,6 +40,13 @@ Use ${revision} as placeholder for maven version in pom, so later you can use 'm
 After this change, you can not use mvn versions:set to bump the version, instead. you should just modify the parent pom to change the value of the 'revision' property in the properties section.
 
 
+---
+
+* [HBASE-27478](https://issues.apache.org/jira/browse/HBASE-27478) | *Major* | **[hbase-thirdparty] Use maven flatten plugin to generate final pom**
+
+Use flatten maven plugin to resolve all the profiles and properties in the poms which are deployed.
+
+
 
 # HBASE  thirdparty-4.1.2 Release Notes
 
diff --git a/pom.xml b/pom.xml
index 92f5171..1523e85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
   <developers />
   <!--TODO-->
   <properties>
-    <revision>4.1.4-SNAPSHOT</revision>
+    <revision>4.1.3</revision>
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <maven.build.timestamp.format>
       yyyy-MM-dd'T'HH:mm