Versions Compared

Key

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

...

Code Block
languagebash
version=0x.1x.4x-incubating
tag=griffin-$version-incubating
mvn -Papache-release release:prepare -DautoVersionSubmodules=true -DdryRun=true -Dtag=$tag -DreleaseVersion=$version

...

Code Block
languagebash
mvn -Papache-release -U clean release:prepare -DautoVersionSubmodules=true -Dtag=$tag -DreleaseVersion=$version

Perform the release

Code Block
languagebash
mvn -Papache-release -Darguments='-Dmaven.test.skip.exec=true' release:perform -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true -Dusername=[your_apache_id]

...

https://repository.apache.org/content/repositories/orgapachegriffin-1007XXXX/org/apache/griffin/griffin/griffin-0x.1x.6x-incubating/

target:

https://dist.apache.org/repos/dist/dev/incubator/griffin/0x.1x.6x-incubating/

Download the zip, pom and asc, sha1 files from source, DO NOT include md5 files.

Edit a CHANGES.txt for release notes.

Commit to the target in the right version directory.

Vote in dev@griffin.incubator.apache.org

...