Skip to content

Commit 4b9237e

Browse files
committed
Documentation updates
1 parent 923a943 commit 4b9237e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In practice, the Maven versions should:
9090

9191
* Be synchronized with release branch and hotfix branch names.
9292
* Never be -SNAPSHOT in the master branch, release, or hotfix branches.
93-
* Always be -SNAPSHOT in the development branch.
93+
* Always be -SNAPSHOT in the develop branch.
9494
* Be irrelevant if there's no git branch resolvable from your environment.
9595

9696
The `enforce-versions` goal asserts these semantics when it can resolve the `gitBranchExpression`.
@@ -107,7 +107,7 @@ The following properties change the behavior of this goal:
107107
| masterBranchPattern | origin/master | No | Regex. When matched, signals the master branch is being built. Note the lack of a subgroup. |
108108
| releaseBranchPattern | origin/release/(.*) | No | Regex. When matched, signals a release branch being built. Subgroup 1, if present, must match the Maven project version. |
109109
| hotfixBranchPattern | origin/hotfix/(.*) | No | Regex. When matched, signals a hotfix branch is being built. Subgroup 1, if present, must match the Maven project version. |
110-
| developmentBranchPattern | origin/development | Yes | Regex. When matched, signals a development branch is being built. Note the lack of a subgroup. |
110+
| developmentBranchPattern | origin/develop | Yes | Regex. When matched, signals a development branch is being built. Note the lack of a subgroup. |
111111

112112
## Goal: `retarget-deploy` (Branch Specific Deploy Targets & Staging)
113113

0 commit comments

Comments
 (0)