Check for available updates. If available, update at least Spring Framework, Spring Data, and Spring Security.
Update `build.gradle’s version property:
export RELEASE=3.0.0-M4
sed -i 's/version=(.*)/version=${RELEASE}/' build.gradle
Commit the release:
git commit -m "Release ${RELEASE}"
This will push a build to https://jenkins.spring.io/job/spring-ldap/job/main/. Once the build passes, proceed to the next step.
Announce the release on the #spring-release
channel:
spring-ldap-announcing `3.0.0-M4` is out!