Versions Compared

Key

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

...

  1. Check out the master branch

    Code Block
    languagetext
    git checkout master
  2. Increment the value of the version property in the storage-api/pom.xml file. For example, if the current value is 2.5.0-SNAPSHOT, the new value should be 2.6.0-SNAPSHOT. Please note that the SNAPSHOT suffix is required in order to indicate that this is an unreleased development branch.

  3. Update the storage-api.version property in the root pom.xml and standalone-metastore/pom.xml to the new value from the step above.

  4. Verify that the build is working with changes.
  5. Commit these changes to master with a comment "Preparing for storage-api X.Y+1.0 development".

...