diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e89c391..ff2a586 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,8 +26,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
- run: mvn -P hadoop-3.4.0 -B verify
+ run: mvn -P hadoop-3.4.1 -B verify
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@bb3f7338b5bd0e3b225d8082e26b7b6289e17ef3 # v4.1.0
with:
- maven-args: -P hadoop-3.4.0
+ maven-args: -P hadoop-3.4.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0dce62c..654dacb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+### Added
+
+- Add build profile for `3.4.1` ([#54]).
+
### Changed
- Update registry references to oci ([#53]).
[#53]: https://github.com/stackabletech/hdfs-utils/pull/53
+[#54]: https://github.com/stackabletech/hdfs-utils/pull/54
## [0.4.0] - 2024-11-05
diff --git a/README.md b/README.md
index aeb0a9c..d21336d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This project contains multiple plugins for Apache Hadoop, which are intended to
## Installation
-Currently you can compile hdfs-utils against Hadoop 3.3.4, 3.3.6 or 3.4.0. You need to specify the version by activating either the `hadoop-3.3.4`, `hadoop-3.3.6` or the `hadoop-3.4.0` profile below.
+Currently you can compile hdfs-utils against Hadoop 3.3.4, 3.3.6, 3.4.0 or 3.4.1. You need to specify the version by activating either the `hadoop-3.3.4`, `hadoop-3.3.6`, `hadoop-3.4.0` or the `hadoop-3.4.1` profile below.
Run `mvn clean package -P hadoop-3.4.0` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath.
The easiest way to achieve this is to put it in the directory `/stackable/hadoop/share/hadoop/tools/lib/`.
diff --git a/pom.xml b/pom.xml
index a52ae8b..e2d6b73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,5 +317,20 @@
2.12.7.1
+
+ hadoop-3.4.1
+
+
+ 3.4.1
+
+ 1.7.36
+ 2.12.7.1
+
+