Versions Compared

Key

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

...

No Format
svn co https://dist.apache.org/repos/dist/release/sqoop sqoop-release
cd sqoop-release
mkdir 1.99.1
cp $source_to_your_artifacts 1.99.1/
svn add 1.99.1
# Optionally change KEYS file in case that you've added your key for the first time
svn commit -m "Release 1.99.1"

_JARCEC_END_

Wait for 24 Hours

It may take up to 24 hours for all mirrors to sync up.

Update webpages

You need to update Sqoop webpages to reflect new release. Instructions are on separate wiki page.

Announce the release

Send an email to announce@apache.org (the from: address must be @apache.org). For example,

No Format
To: announce@apache.org, user@sqoop.apache.org, dev@sqoop.apache.org
Subject: [ANNOUNCE] Apache Sqoop 1.499.31 released

The Apache Sqoop team is pleased to announce the release of Sqoop 1.499.31.

This is the secondfirst releasecut of Sqoop2 branch. ApacheMajor Sqoopstep asforward aof TLPthe project.


Apache Sqoop is a tool designed
 for efficiently transferring bulk data between Apache Hadoop and structured datastores,
 such as relational databases.

The release is available here:
http://www.apache.org/dyn/closer.cgi/sqoop/1.99.1

The full change log is available here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311320&version=1231734512323641

Your help and feedback is more than welcome. For more information on how to report problems
and to get involved, visit the project website at http://sqoop.apache.org/.

The Apache Sqoop Team

_JARCEC_END_

Publish binary artifacts in Maven Repository

...