Skip to content

Commit d247281

Browse files
committed
[FLUSS-2113][build] Updated Documentation and References to Reflect Upgraded Maven Version
1 parent 4d200dd commit d247281

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Prerequisites for building Apache Fluss:
6060

6161
- Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
6262
- Git
63-
- Maven (we require version >= 3.8.6)
63+
- Maven (we require version >= 3.9.11)
6464
- Java 11
6565

6666
```bash

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@
757757
<configuration>
758758
<rules>
759759
<requireMavenVersion>
760-
<!-- enforce at least mvn version 3.8.6 -->
761-
<version>[3.8.6,)</version>
760+
<!-- enforce at least mvn version 3.9.11 -->
761+
<version>[3.9.11,)</version>
762762
</requireMavenVersion>
763763
<requireJavaVersion>
764764
<version>${target.java.version}</version>

website/community/dev/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page covers how to build Fluss from sources.
99

1010
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/apache/fluss).
1111

12-
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 11** to build.
12+
In addition, you need **Maven 3.9.11** and a **JDK** (Java Development Kit). Fluss requires **Java 11** to build.
1313

1414
To clone from git, enter:
1515

website/community/how-to-release/creating-a-fluss-release.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This ensures the milestone accurately reflects all the issues delivered in the r
8282

8383
### 4. Verify Java and Maven Version
8484

85-
Run `mvn -v` and `java -version` on your local machine. All of the following steps require to use **Maven 3.8.6** and **Java 11**. Modify your `PATH` environment variable accordingly if needed.
85+
Run `mvn -v` and `java -version` on your local machine. All of the following steps require to use **Maven 3.9.11** and **Java 11**. Modify your `PATH` environment variable accordingly if needed.
8686

8787

8888
### 5. Clone Fluss into a fresh workspace

website/community/how-to-release/creating-a-fluss-shaded-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ NEXT_VERSION="2.0-incubating"
6161

6262
#### 2. Verify Java and Maven Version
6363

64-
Run `mvn -v` and `java -version` on your local machine. All of the following steps require to use **Maven 3.8.6** and **Java 11**. Modify your `PATH` environment variable accordingly if needed.
64+
Run `mvn -v` and `java -version` on your local machine. All of the following steps require to use **Maven 3.9.11** and **Java 11**. Modify your `PATH` environment variable accordingly if needed.
6565

6666
#### 3. Clone fluss-shaded into a fresh workspace
6767

website/community/how-to-release/release-manager-preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Note: The following setup is a one-time configuration required for release prepa
1616
This release process is suggested to operate on MacOS or Linux systems, and the following tools are required:
1717

1818
- Java 8
19-
- Apache Maven 3.8.6
19+
- Apache Maven 3.9.11
2020
- GnuPG 2.x
2121
- Git
2222
- SVN

0 commit comments

Comments
 (0)