You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

How to perform an Apache release.

 

Step-by-step guide

To run on the clean master branch.

Source release:

mvn clean package -Papache-release -Pall -DautoVersionSubmodules=true -DdevelopmentVersion=X.Y.Z-incubating-SNAPSHOT -DcreateChecksum=true -DskipTests -Dmaven.javadoc.skip=true -Dgpg.passphrase=********

 

Binary release:

mvn release:prepare -Papache-release -Pall -DautoVersionSubmodules=true -DdevelopmentVersion=X.Y.Z-incubating-SNAPSHOT -Darguments="-DcreateChecksum=true -DskipTests -Dmaven.javadoc.skip=true -Dgpg.passphrase=********"
mvn relase:perform

After voting on the dev@ list the release can be promoted.

 

svn co https://dist.apache.org/repos/dist/dev/incubator/samoa samoa-apache-dist

 

 

See https://github.com/apache/incubator-tinkerpop/blob/master/README.asciidoc

  • No labels