diff --git a/README.adoc b/README.adoc index 09fdfd3..0657f80 100644 --- a/README.adoc +++ b/README.adoc @@ -38,10 +38,11 @@ To do a release (.RELEASE, .RC?, .M?): . Execute a maven deploy. * 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` +* For a release to maven central: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,central clean deploy -s settings.xml` (At SonaType, *close* and *releases*) . 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) +. `git push` +. `git push --tags` . Inspect handiwork at https://repo.spring.io/ or https://oss.sonatype.org/#stagingRepositories NOTE: A word about reference documentation. Based upon https://github.com/spring-projects/spring-framework/wiki/gradle-build-and-release-faq#user-content-wiki-docs_schema_dist_publication[this], the `distribute` profile contains an artifactory property that is applied to the ZIP file generated by the `docs` profile. A CRON job will scoop up the zipped up docs and unpack them inside the target location. diff --git a/pom.xml b/pom.xml index a8e1c21..be5cd75 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.session spring-session-data-mongodb - 2.0.2.RELEASE + 2.0.3.BUILD-SNAPSHOT Spring Session MongoDB https://github.com/spring-projects/spring-session-data-mongodb