Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

You can check the apache mirrors to see when content was last pulled by the mirrors: http://www.apache.org/mirrors/Image Removed

  • Announced RC.
  • Moved RC binaries to release download area next morning
  • mvn clean install release:prepare release:perform at components/maven-artifact-ant/pom.xml level.
  • mvn clean assembly:assembly...SUCCESS
  • Signed and uploaded binaries to release download area
  • mvn clean install release:prepare release:perform at components/maven-embedder/pom.xml level.
  • mvn clean assembly:assembly...SUCCESS
  • Signed and uploaded binaries to release download area
  • Updated website files to reflect 2.0.1 release:
  • site/src/site/apt/download.apt
  • site/src/site/xdoc/index.xml
  • Performed mvn site site:deploy at site/pom.xml level.
  • mvn -DperformRelease=true -N deploy at plugins/pom.xml level.
  • NOTE: It seems that the release plugin doesn't like the -N switch...it will iterate over all modules anyway.