Versions Compared

Key

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


Info

It is NOT necessary necessary to run all checks to cast a vote for a release candidate.

However, you should clearly state which checks you did when casting a vote.

The release manager needs to ensure that each following check was done.

...

  • (required) Verify that the checksums and GPG files match the corresponding release files, for:
  • (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.

...

Code Block
languagexml
firstline1
titlesettings.xml
linenumberstrue
<settings>
  <activeProfiles>
    <activeProfile>flink<activeProfile>paimon-table-store-${TABLE_STOREPAIMON_VERSION}</activeProfile>
  </activeProfiles>
  <profiles>
    <profile>
      <id>flink-table-store<id>paimon-${TABLE_STOREPAIMON_VERSION}</id>
      <repositories>
        <repository>
          <id>flink-table-store<id>paimon-${TABLE_STOREPAIMON_VERSION}</id>
          <url>https://repository.apache.org/content/repositories/orgapacheflinkorgapachepaimon-${STAGED_REPO_ID}/</url>
        </repository>
        <repository>
          <id>archetype</id>
          <url>https://repository.apache.org/content/repositories/orgapacheflinkorgapachepaimon-${STAGED_REPO_ID}/</url>
        </repository>
      </repositories>
    </profile>
  </profiles>
</settings>

...