From acb825f5d7c8c7e94ec00804f31d4b72ae42e7ff Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 20 Feb 2018 10:43:42 -0600 Subject: [PATCH] Continue development --- README.adoc | 5 +++-- pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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