Versions Compared

Key

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

...

Before sending vote (esp. +1) everyone should do the following:

  • Check that sha1 & md5 checksum is correct

    Code Block
    sha1sum -c *.sha1
    md5sum -c *.md5
  • Check that signature is correct.

    Code Block
    gpg --verify-files *.asc
  • Check that version is correct.
  • Check licenses from the source code.

    Make sure RAT is clean.

    Code Block
    mvn clean validate -DskipTests=true -P check-licenses
  • Build the binary

    release

    releases from the source code.

    Code Block
    mvn clean package -DskipTests -Dignite.edition=hadoop
    mvn clean package -DskipTests
  • Do some trivial checks, e.g. start local topology, run several examples from binary distribution gained at previous step.

Closing Vote

After vote passes someone from PMC should do the following:

...

  • 
    
       - Denis Magda (binding)
       - Anton Vinogradov (binding)
       - Alexey Kuznetsov (binding)
       - Sergi Vladykin (binding)
       - Gianfranco Murador (binding)
       - Vladimir Ozerov (binding)
       - Raul Kripalani (binding)
       - Konstantin Boudnik (binding)
       - chandresh pancholi
    
    Here is the link to vote thread -
    http://apache-ignite-developers.2346864.n4.nabble.com/VOTE-Apache-Ignite-1-4-0-Release-RC1-tp3474.html
     
    Ignite 1.4.0 successfuly released to https://dist.apache.org/repos/dist/release/ignite/1.4.0/
    
    Thanks!