Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "ReleaseProcess" page has been changed by JakobFrank: https://wiki.apache.org/marmotta/ReleaseProcess?action=diff&rev1=12&rev2=13 Comment: removed incubator from some svn-paths Distribution files are managed by a dedicated Subversion server. There are two distribution directories in this subversion server that are interesting for Apache Marmotta: - * https://dist.apache.org/repos/dist/dev/incubator/marmotta/ will contain the distribution assemblies for the voting process on the mailinglist + * https://dist.apache.org/repos/dist/dev/marmotta/ will contain the distribution assemblies for the voting process on the mailinglist - * https://dist.apache.org/repos/dist/release/incubator/marmotta/ will contain the distribution assemblies after the voting process has been finished with positive result + * https://dist.apache.org/repos/dist/release/marmotta/ will contain the distribution assemblies after the voting process has been finished with positive result For continuing with the release, please check out both Subversion repositories, e.g. with: {{{ - svn co https://dist.apache.org/repos/dist/dev/incubator/marmotta/ marmotta-releases-voting + svn co https://dist.apache.org/repos/dist/dev/marmotta/ marmotta-releases-voting - svn co https://dist.apache.org/repos/dist/release/incubator/marmotta/ marmotta-releases-final + svn co https://dist.apache.org/repos/dist/release/marmotta/ marmotta-releases-final }}} Now copy over the directory containing the distribution assemblies created by the build process (see above) to the "voting" working copy: @@ -209, +209 @@ = 8b. Announce the release (if vote passes) = - If the vote passes, the first thing is to prepare the [[http://www.apache.org/dev/release-publishing.html#distribution|distribution]: + If the vote passes, the first thing is to prepare the [[http://www.apache.org/dev/release-publishing.html#distribution|distribution]]: * Move the distribution files to the the release subversion; this will mirror the files to the different locations around the world * Release the staging repository in Nexus; that moves the artifacts to the releases repository, which is synchronized with maven central
