Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleCommit the version changes
git commit -am "commit updated ozone version"

Build and commit the proto.lock change

Code Block
languagebash
themeRDark
titleBuild and commit the proto.lock change
mvn clean install -T 6 -Pdist -Phdds -DskipTests -Dmaven.javadoc.skip=true -am -pl :hadoop-ozone-dist
git commit -m "update proto.lock"

Tag the repository

Code Block
languagebash
themeRDark
titleTag the Release
git tag -s ozone-$VERSION-RC0

...

Check the tag from the Ozone Road Map (moved) page (it's a national park).

...