You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/community/how-to-release/creating-a-fluss-release.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ This ensures the milestone accurately reflects all the issues delivered in the r
82
82
83
83
### 4. Verify Java and Maven Version
84
84
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.
Copy file name to clipboardExpand all lines: website/community/how-to-release/creating-a-fluss-shaded-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ NEXT_VERSION="2.0-incubating"
61
61
62
62
#### 2. Verify Java and Maven Version
63
63
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.
0 commit comments