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
Use stable Spring Data 4.0.0-RC1 for Maven Central release (#12)
* Use stable Spring Data 4.0.0-RC1 instead of SNAPSHOT for Maven Central release
- Updated spring-data-parent from 4.0.0-SNAPSHOT to 4.0.0-RC1
- Updated spring-data-commons from 4.0.0-SNAPSHOT to 4.0.0-RC1
This allows the project to be published to Maven Central which requires
all dependencies to be stable releases (no SNAPSHOT versions).
* Remove duplicate maven-source-plugin from release profile
The spring-data-parent POM already configures maven-source-plugin,
so having it again in the release profile causes a duplicate artifact error.
0 commit comments