This commit is contained in:
Andres Almiray
2021-04-28 15:06:02 +02:00
parent 8ca43d56ad
commit 4fcac48794

View File

@@ -26,7 +26,7 @@ project:
# A regex to determine if the project version is snapshot
# May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
# icon:dot-circle[] icon:eye-slash[]
snapShotPattern: .*-SNAPSHOT
snapshotPattern: .*-SNAPSHOT
# A short description (60 chars max).
# icon:exclamation-triangle[] Only if configured distributions or announcers.
@@ -119,7 +119,7 @@ TOML::
# A regex to determine if the project version is snapshot
# May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
# icon:dot-circle[] icon:eye-slash[]
snapShotPattern = ".*-SNAPSHOT"
snapshotPattern = ".*-SNAPSHOT"
# A short description (60 chars max).
# icon:exclamation-triangle[] Only if configured distributions or announcers.
@@ -207,7 +207,7 @@ JSON::
// A regex to determine if the project version is snapshot
// May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
// icon:dot-circle[] icon:eye-slash[]
"snapShotPattern": ".*-SNAPSHOT",
"snapshotPattern": ".*-SNAPSHOT",
// A short description (60 chars max).
// icon:exclamation-triangle[] Only if configured distributions or announcers.
@@ -315,7 +315,7 @@ Maven::
May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
icon:dot-circle[] icon:eye-slash[]
-->
<snapShotPattern>.*-SNAPSHOT</snapShotPattern>
<snapshotPattern>.*-SNAPSHOT</snapshotPattern>
<!--
A short description (60 chars max).
@@ -460,7 +460,7 @@ jreleaser {
// A regex to determine if the project version is snapshot
// May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
// icon:dot-circle[] icon:eye-slash[]
snapShotPattern = '.*-SNAPSHOT'
snapshotPattern = '.*-SNAPSHOT'
// A short description (60 chars max).
// icon:exclamation-triangle[] Only if configured distributions or announcers.