Release Spring Session MongoDB 2.0.2.RELEASE
This commit is contained in:
@@ -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 <version>` (like v2.0.1.RELEASE)
|
||||
. Execute a maven deploy.
|
||||
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> mvn -Pdistribute,gpg,milestone,docs clean deploy`
|
||||
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> mvn -Pdistribute,gpg,release,docs clean deploy`
|
||||
* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> mvn -Pdistribute,gpg,central,docs clean deploy -s settings.xml`
|
||||
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> mvn -Pdistribute,milestone,docs clean deploy`
|
||||
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> mvn -Pdistribute,release,docs clean deploy`
|
||||
* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus 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)
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>org.springframework.session</groupId>
|
||||
<artifactId>spring-session-data-mongodb</artifactId>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
<version>2.0.2.RELEASE</version>
|
||||
|
||||
<name>Spring Session MongoDB</name>
|
||||
<url>https://github.com/spring-projects/spring-session-data-mongodb</url>
|
||||
|
||||
Reference in New Issue
Block a user