File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/buildcache/xml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ under the License.
436
436
<profile >
437
437
<id >maven3</id >
438
438
<properties >
439
- <mavenVersion >3.9.0-SNAPSHOT </mavenVersion >
439
+ <mavenVersion >3.9.0</mavenVersion >
440
440
<maven .dir>maven3</maven .dir>
441
441
<maven .basedir>${project.build.directory} /${maven.dir} </maven .basedir>
442
442
</properties >
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public CacheState initialize() {
126
126
if (state == null ) {
127
127
final String enabled = getProperty (CACHE_ENABLED_PROPERTY_NAME , "true" );
128
128
129
- if (!rtInfo .isMavenVersion ("[3.9.0-SNAPSHOT ,)" )) {
129
+ if (!rtInfo .isMavenVersion ("[3.9.0,)" )) {
130
130
LOGGER .warn ("Cache requires Maven >= 3.9, but version is " + rtInfo .getMavenVersion ()
131
131
+ ". Disabling cache." );
132
132
state = CacheState .DISABLED ;
You can’t perform that action at this time.
0 commit comments