From fc7c5fbf153639ee51603727907f6fdf68fc41c3 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 20 Feb 2018 10:34:07 -0600 Subject: [PATCH] Release Spring Session MongoDB 2.0.2.RELEASE --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index c356523..09fdfd3 100644 --- a/README.adoc +++ b/README.adoc @@ -36,9 +36,9 @@ To do a release (.RELEASE, .RC?, .M?): . Bump up the version in `pom.xml` to the desired version and commit the change. . `git tag ` (like v2.0.1.RELEASE) . Execute a maven deploy. -* For a milestone: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,milestone,docs clean deploy` -* For a release: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,release,docs clean deploy` -* For a release to maven central: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,central,docs clean deploy -s settings.xml` +* For a milestone: `USERNAME= PASSWORD= mvn -Pdistribute,milestone,docs clean deploy` +* For a release: `USERNAME= PASSWORD= mvn -Pdistribute,release,docs clean deploy` +* For a release to maven central: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,central clean deploy -s settings.xml` . Bump up the version in `pom.xml` again to the next BUILD-SNAPSHOT. . Commit the change. . `git push` (This will push the tagged version along with the release AND the new snapshot commit) diff --git a/pom.xml b/pom.xml index 814cf58..a8e1c21 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.session spring-session-data-mongodb - 2.0.1.RELEASE + 2.0.2.RELEASE Spring Session MongoDB https://github.com/spring-projects/spring-session-data-mongodb