Versions Compared

Key

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

...

http://ambari.apache.org is checked in Git in /ambari/docs/src/site folder.

Code Block
svn co https://svn.apache.org/repos/asf/ambari/sitecd docs
mvn versions:set -DnewVersion=X.Y.Z
# Make necessary changes, typically to pom.xml, site.xml, index.apt, and whats-new.apt
mvn clean site

...