Invert the fail conditions on the regex.

This commit is contained in:
Manuele Simi 2019-10-02 21:45:47 -04:00
parent 91f067cd3c
commit cf7ee515fe
1 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@
<value>${project.version}</value>
<regex>.*-SNAPSHOT$</regex>
<replacement>true</replacement>
<failIfNoMatch>true</failIfNoMatch>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
</executions>
@ -469,7 +469,7 @@
<value>${project.version}</value>
<regex>.*-SNAPSHOT$</regex>
<replacement>true</replacement>
<failIfNoMatch>true</failIfNoMatch>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
</executions>