From af25b6d79c2144a88f88f4b62c939416572b0838 Mon Sep 17 00:00:00 2001 From: Qingtian Wang Date: Tue, 20 Aug 2024 00:26:15 -0500 Subject: [PATCH] + maven version bump --- .mvn/wrapper/maven-wrapper.properties | 2 +- pom.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index f95f1ee..d58dfb7 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.2 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/pom.xml b/pom.xml index 058de54..2ea5801 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 io.github.q3769 conseq4j - 20231102.0.20240818 + 20231102.0.20240820-SNAPSHOT jar conseq4j A Java concurrent API to sequence related tasks while concurring unrelated ones @@ -124,6 +124,11 @@ + + org.apache.maven.plugins + maven-wrapper-plugin + 3.3.2 + org.apache.maven.plugins maven-surefire-plugin