Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

We want to release with 3 tags for each release.

  • MAJOR-tomcat9
  • MAJOR.MINOR-tomcat9
  • MAJOR.MINOR.PATCH-tomcat9


For
Code Block
titleFor example
- for version
6.5.0

* 6-tomcat9
* 6.5-tomcat9
* 6.5.0-tomcat9

These tags are provided at the end of command below separated by spaces

Code Block
titleFor example - for version 6.5.0
./build-and-push-to-dockerhub.sh <path to your fcrepo repository>/fcrepo-webapp/target/fcrepo-webapp-${CURR}.war 6-tomcat9 6.5-tomcat9 6.5.0-tomcat9


...

Anchor
push rc to maintenance
push rc to maintenance
Push Release Branch to Maintenance

...

  1. Changing from SNAPSHOT version to release version. Something like [maven-release-plugin] prepare release $REPO-$CURR
  2. Changing from release version to next development version. Something like [maven-release-plugin] prepare for next development iteration

If this appears correct, you can push your release branch on to the maintenance branch.

...