Files
spring-data-release/smoke-tests
Mark Paluch 54b75ca8b1 Upgrade to Maven 3.9.1.
Closes #40
2023-04-06 16:19:42 +02:00
..
2023-04-06 16:19:42 +02:00
2023-02-17 14:40:57 +01:00
2023-02-17 14:40:57 +01:00
2023-02-20 14:28:13 +01:00
2023-02-17 14:40:57 +01:00

= Release Smoke Tests

== Maven Central

To run smoke tests against a Maven Central staging repository:

[source,shell]
----
$ mvnw -Pmaven-central -Dspring-data-bom.version=${trainIteration} -DstagingRepository=${stagingRepositoryId}
----

* `${trainIteration}`: e.g. `2022.0.1`
* `${stagingRepositoryId}`: e.g. `orgspringframework-2601`

== Artifactory

To run smoke tests against a Artifactory staging repository:

[source,shell]
----
$ mvnw -Partifactory -Dspring-data-bom.version=${trainIteration}
----

* `${trainIteration}`: e.g. `2022.0.1`