test master #1

Closed
manuele.simi wants to merge 109 commits from master into feature/17809
1 changed files with 3 additions and 3 deletions
Showing only changes of commit d8aacfd01c - Show all commits

View File

@ -174,7 +174,7 @@
<configuration>
<name>skip.when.is.release.used</name>
<value>${project.version}</value>
<regex>^((?!.*-SNAPSHOT).)*$</regex>
<regex>^((?!-SNAPSHOT).)*$</regex>
<replacement>true</replacement>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
@ -329,7 +329,7 @@
<configuration>
<name>skip.when.is.snapshot.used</name>
<value>${project.version}</value>
<regex>^((?!.*-SNAPSHOT).)*$</regex>
<regex>.*-SNAPSHOT$</regex>
<replacement>true</replacement>
<failIfNoMatch>true</failIfNoMatch>
</configuration>
@ -438,7 +438,7 @@
<configuration>
<name>skip.when.is.snapshot.used</name>
<value>${project.version}</value>
<regex>^((?!.*-SNAPSHOT).)*$</regex>
<regex>.*-SNAPSHOT$</regex>
<replacement>true</replacement>
<failIfNoMatch>true</failIfNoMatch>
</configuration>