Fix outdated comments.
This commit is contained in:
parent
58c5232e6c
commit
e0eae15bc3
6
pom.xml
6
pom.xml
|
@ -139,7 +139,7 @@
|
|||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- sets the only.when.is.snapshot.used property to true if SNAPSHOT was used,
|
||||
<!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used,
|
||||
to the project version otherwise -->
|
||||
<id>build-helper-regex-is-snapshot-used</id>
|
||||
<phase>validate</phase>
|
||||
|
@ -208,7 +208,7 @@
|
|||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- sets the only.when.is.snapshot.used property to true if SNAPSHOT was used,
|
||||
<!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used,
|
||||
to the project version otherwise -->
|
||||
<id>build-helper-regex-is-snapshot-used</id>
|
||||
<phase>validate</phase>
|
||||
|
@ -310,7 +310,7 @@
|
|||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- sets the only.when.is.snapshot.used property to true if SNAPSHOT was used,
|
||||
<!-- sets the skip.when.is.snapshot.used property to true if SNAPSHOT was used,
|
||||
to the project version otherwise -->
|
||||
<id>build-helper-regex-is-snapshot-used</id>
|
||||
<phase>validate</phase>
|
||||
|
|
Loading…
Reference in New Issue