Versions Compared

Key

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

...

Note: You should allow for 72 hours voting period for both - dev@gobblin mailing list and incubator general mailing list. 

 

Publishing the release

Once the Incubator general vote has passed, you can publish the source release and artifacts.

Source Release

The Gobblin source release are checked into SVN under https://dist.apache.org/repos/dist/release/incubator/gobblin.

To see all the previous releases, run:

svn list https://dist.apache.org/repos/dist/release/incubator/gobblin

Create a directory for the release (replace x.y.z with the release number) by running:

svn mkdir https://dist.apache.org/repos/dist/release/incubator/gobblin/apache-gobblin-incubating-x.y.z
svn co https://dist.apache.org/repos/dist/release/incubator/gobblin/apache-gobblin-incubating-x.y.z apache-gobblin-incubating-x.y.z-release
cd apache-gobblin-incubating-x.y.z-release

Now copy the source release files into this directory and commit them. Within 24 hours they will be distributed to the mirrors. Then it should be available for download at http://www.apache.org/dyn/closer.cgi/incubator/gobblin/apache-gobblin-incubating-x.y.z/

Artifacts

To distribute the artifacts, simply select the staged repository for Gobblin that you prepared in Nexus and chooose Release. They should then be available within the next day or so in the central repository.