Versions Compared

Key

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

...

Go to: https://repository.apache.org and log in
Follow the steps as described on http://maven.apache.org/developers/release/releasing.html (Close the staging repository)

Create the distribution

Start with checking out the tag and then start the release script

Code Block
>cd target/checkout (we want to have the same artifacts in the dist as in the repo)
# [TODO] make sure the release.sh script does not delete existing files?
>./release.sh
...

or (if the previous failed/is not possible any more)

Code Block
>svn checkout https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.0.5-incubating-rc3
...
>cd apache-empire-db-2.0.5-incubating-rc3
>./release.sh
...
Distribution build completed in target/dist

...