Versions Compared

Key

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

...

Docker Release (fcrepo only)

 

Info

You should still have your built Fedora webapp war file. (i.e. fedora-webapp-${CURR}.war)

Checkout the tagged version of Fedora and build it.

Code Block
git checkout fcrepo-${CURR}
mvn clean install -Pfast-build

This assumes you fcrepo and fcrepo-docker repositories are checked out as siblings. 

Expand

/home_directory

     /fcrepo

    /fcrepo-docker

...

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.

...