Skip to content

Commit 20ede45

Browse files
committed
Polishing
1 parent a3a7223 commit 20ede45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To do a release (.RELEASE, .RC?, .M?):
4141
. Execute a maven deploy.
4242
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,milestone,docs clean -Dmaven.test.skip=true deploy`
4343
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,release,docs clean -Dmaven.test.skip=true deploy`
44-
* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central,docs clean -Dmaven.test.skip=true deploy -s settings.xml`
44+
* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central clean -Dmaven.test.skip=true deploy -s settings.xml`
4545
. Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT.
4646
. Commit the change.
4747
. `git push` (This will push the tagged version along with the release AND the new snapshot commit)

0 commit comments

Comments
 (0)