Versions Compared

Key

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

...

  • (required) Verify that the checksums and GPG files match the corresponding release files, for:
    • All artifacts to be released to Maven in the staging Apache Nexus Repository
      Java/Scala source distributions staged A detailed description on how this is done can be found in https://distwww.apache.org/repos/dist/dev/flinkinfo/verification.html
  • (required) Verify that the source distributions do not contain any binaries
  • (required) Build the source distribution to ensure all source files have Apache headers
    • Run "mvn clean install -DskipTests" in the maven source distribution.
  • (required) Verify that all POM files point to the same version.
  • Check that the README.md file does not have anything unexpected.

...