Skip to content

Commit 4f94330

Browse files
committed
chore: update to apache-maven-3.9.10
1 parent 61fe17f commit 4f94330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/maven.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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.9") {
54+
if !code.contains("apache-maven-3.9.10") {
5555
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));
5656
}
5757
}

0 commit comments

Comments
 (0)