Versions Compared

Key

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

...

Copy the actual distributions (all artifacts located under apache-wink in Nexus repo) to people.apache.org:/www/www.apache.org/dist/incubator/wink. You can

No Format
create the directory for the release
'cd' into it
'wget -r -l 1 https://repository.apache.org/content/groups/public/org/apache/wink/apache-wink/1.1.2-incubating/' to retrieve the artifacts (url is an example)
'mv repository.apache.org/content/groups/public/org/apache/wink/apache-wink/1.1.2-incubating/* .'
'rm -rf repository.apache.org index.html'


9. Update Wink site
  • Check out Wink site from https://svn.apache.org/repos/asf/incubator/wink/site
  • Update Wink Java-Docs by:
    • Download & extract Java-Docs from distribution source archivearchive; apache-wink-1.1.2-incubating.zip, for example
    • Create new directory under /wink/site/trunk/src/site/resources/VERSION and copy extracted Java-Docs
  • Update Wink site Download page with new Wink release artifacts
  • Follow instructions located under /wink/site/trunk/how-to.txt to rebuild the site

...