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

stevel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ffb5c4  HADOOP-19770. Release Hadoop 3.4.3
2ffb5c4 is described below

commit 2ffb5c4d71f8a1fe0c55c0a72817bb9e308866b7
Author: Steve Loughran <[email protected]>
AuthorDate: Wed Dec 31 19:18:46 2025 +0000

    HADOOP-19770. Release Hadoop 3.4.3
    
    setting up the release file
---
 README.md                                           | 20 ++++++++++----------
 release.properties                                  |  2 +-
 .../releases/release-info-3.4.3.properties          | 21 ++++++++++++++++++---
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 453ed14..bfa63bd 100644
--- a/README.md
+++ b/README.md
@@ -65,19 +65,19 @@ apt-get install subversion
 
 # Files
 
-###  `/build.xml`
+###  `build.xml`
 
 It has an Apache Ant `build.xml` file to help with preparing the release,
 validating gpg signatures, creating release messages and other things.
 
-###  `/pom.xml`
+###  `pom.xml`
 
 There is a maven `pom.xml` file. This is used to validate the dependencies
 from staging repositories as well as run some basic tests to validate
 the classpath.
 
 
-###  `/build.properties`
+###  `build.properties`
 
 This is an optional property file which contains all user-specific 
customizations
 and options to assist in the release process.
@@ -88,7 +88,7 @@ It is read before all other property files are read/ant 
properties
 set, so can override any subsequent declarations.
 
 
-### Release index file: `/release.properties`
+### Release index file: `release.properties`
 
 This is a single-entry property file which provides a relative
 path to the latest release being worked on in this branch.
@@ -104,12 +104,12 @@ Ant uses this to to set the property `release.info.file` 
to the path
 `src/releases/release-info-${release.version}.properties`
 
 ```properties
-release.info.file=src/releases/release-info-3.4.1.prpoperties
+release.info.file=src/releases/release-info-3.4.1.properties
 ```
 
 This is then loaded, with the build failing if it is not found.
 
-### Release info file `src/releases/release-info-*.properties`
+### Release info files `src/releases/release-info-*.properties`
 
 Definition files of base properties for the active RC.
 
@@ -168,14 +168,14 @@ java -version
 
 Install maven
 ```bash
-wget 
https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
-tar -xvf apache-maven-3.8.8-bin.tar.gz
-mv apache-maven-3.8.8 /opt/
+wget 
https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz
+tar -xvf apache-maven-3.9.11-bin.tar.gz
+mv apache-maven-3.9.11 /opt/
 ```
 
 Setup maven home in .profile 
 ```bash
-export M2_HOME="/opt/apache-maven-3.8.8/"
+export M2_HOME="/opt/apache-maven-3.9.11/"
 PATH="$M2_HOME/bin:$PATH"
 export PATH
 source .profile
diff --git a/release.properties b/release.properties
index 6c1b6bd..189597f 100644
--- a/release.properties
+++ b/release.properties
@@ -16,4 +16,4 @@
 
 # Version of the git-managed release info file
 # Actual file is present under src/release/ directory.
-release.version=3.4.2
+release.version=3.4.3
diff --git a/release.properties b/src/releases/release-info-3.4.3.properties
similarity index 62%
copy from release.properties
copy to src/releases/release-info-3.4.3.properties
index 6c1b6bd..e8c8f60 100644
--- a/release.properties
+++ b/src/releases/release-info-3.4.3.properties
@@ -14,6 +14,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Version of the git-managed release info file
-# Actual file is present under src/release/ directory.
-release.version=3.4.2
+# property file for 3.4.3
+hadoop.version=3.4.3
+rc=RC0
+#category=-lean
+previous.version=3.4.2
+release.branch=3.4.3
+git.commit.id=94e5aa1ce6d0
+aws.sdk2.version=2.35.4
+
+# HADOOP-19770 Release Hadoop 3.4.3
+jira.id=HADOOP-19770
+jira.title=Release Hadoop 3.4.3
+
+amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/3.4.3-RC0
+arm.src.dir=${amd.src.dir}
+http.source=${amd.src.dir}
+asf.staging.url=https://repository.apache.org/content/repositories/orgapachehadoop-1443
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to