Skip to content

Commit 1014ffd

Browse files
committed
chore: update to maven 3.9.11
1 parent 5176346 commit 1014ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers/maven.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ pub fn get_task_command_map() -> HashMap<String, String> {
5151
.unwrap_or(false)
5252
{
5353
if let Ok(code) = std::fs::read_to_string(".mvn/wrapper/maven-wrapper.properties") {
54-
if !code.contains("apache-maven-3.9.10") {
55-
task_command_map.insert("self-update".to_string(), format!("{} org.apache.maven.plugins:maven-wrapper-plugin:3.3.0:wrapper -Dmaven=3.9.9", mvn_command));
54+
if !code.contains("apache-maven-3.9.11") {
55+
task_command_map.insert("self-update".to_string(), format!("{} org.apache.maven.plugins:maven-wrapper-plugin:3.3.0:wrapper -Dmaven=3.9.11", mvn_command));
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)