Skip to content

Commit 4136d80

Browse files
committed
Bump required maven to 3.6.3
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean (default-clean) on project project: The plugin org.apache.maven.plugins:maven-clean-plugin:3.4.0 requires Maven version 3.6.3
1 parent 86b7e01 commit 4136d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mq/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Build Requirements
33
------------------
44
To build this Message Queue source bundle, you will need:
55

6-
1. Maven 3.5.4 (http://maven.apache.org/download.html)
6+
1. Maven 3.6.3 (http://maven.apache.org/download.html)
77
2. JDK 21 or newer (e.g. https://www.oracle.com/java/technologies/javase-downloads.html)
88

99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<message>You need at least JDK21</message>
185185
</requireJavaVersion>
186186
<requireMavenVersion>
187-
<version>3.5.4</version>
187+
<version>3.6.3</version>
188188
</requireMavenVersion>
189189
</rules>
190190
</configuration>

0 commit comments

Comments
 (0)