Author: dennisl Date: Thu Nov 23 12:51:34 2006 New Revision: 478668 URL: http://svn.apache.org/viewvc?view=rev&rev=478668 Log: o Reformat SCM configuration.
Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt?view=diff&rev=478668&r1=478667&r2=478668 ============================================================================== --- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt (original) +++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt Thu Nov 23 12:51:34 2006 @@ -57,11 +57,11 @@ ------------------- <project> ... - <scm> - <connection>scm:svn:http://server/path/to/project/trunk</connection> - <developerConnection>scm:svn:https://path/to/project/trunk</developerConnection> - <url>scm:svn:http://server/path/to/view/trunk</url> - </scm> + <scm> + <connection>scm:svn:http://server/path/to/project/trunk</connection> + <developerConnection>scm:svn:https://path/to/project/trunk</developerConnection> + <url>scm:svn:http://server/path/to/view/trunk</url> + </scm> ... </project> -------------------