You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,43 +87,6 @@ This will generate the artifact.
87
87
88
88
You can also import the project into your IDE.
89
89
90
-
== Releasing Spring Session MongoDB
91
-
92
-
To do a release (.RELEASE, .RC?, .M?):
93
-
94
-
. Check in all changes and ensure there are no edited files.
95
-
. Run `ci/create-release.sh <release version> <snapshot version>` e.g. (`ci/create-release.sh 2.1.1.RELEASE 2.1.2.BUILD-SNAPSHOT`)
96
-
97
-
From here, test things out locally.
98
-
99
-
. `git checkout release`
100
-
. `./mvn clean package`
101
-
. ...do all your testing...
102
-
103
-
Once verified, push the `release` branch to `origin` and let the CI server deploy it.
104
-
105
-
. `git push`
106
-
107
-
After a clean release, switch back to master branch and push the master development branch.
108
-
109
-
. `git checkout master`
110
-
. `git push`
111
-
. `git push --tags`
112
-
113
-
//To deploy your changes:
114
-
//
115
-
//. `git checkout release`
116
-
//. Execute a maven deploy.
117
-
//* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,milestone,docs clean deploy`
118
-
//* For a release: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,release,docs clean deploy`
119
-
//* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central clean deploy -s settings.xml` (At SonaType, *close* and *releases*)
120
-
//. Inspect handiwork at https://repo.spring.io/ or https://oss.sonatype.org/#stagingRepositories
121
-
122
-
123
-
CI server should build the new snapshot and automatically deploy to artifactory.
124
-
125
-
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.
126
-
127
90
== Code of Conduct
128
91
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
129
92
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
0 commit comments