This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new bd94986  minimal maven version should 3.9 otherwise cache will not work
bd94986 is described below

commit bd94986d703999bff8992bb4382a9fb8e7d39e30
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Nov 27 11:31:40 2023 +1000

    minimal maven version should 3.9 otherwise cache will not work
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca4d6a5..44ec5c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@ under the License.
   <properties>
     
<project.build.outputTimestamp>2023-06-05T23:12:49Z</project.build.outputTimestamp>
     <javaVersion>8</javaVersion>
-    <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
+    <minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
     <classWorldsVersion>2.6.0</classWorldsVersion>
 

Reply via email to