Author: carlos Date: Tue Mar 28 02:38:25 2006 New Revision: 389470 URL: http://svn.apache.org/viewcvs?rev=389470&view=rev Log: Added note about tagBase not required if using standard repo layout
Modified: maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt Modified: maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt?rev=389470&r1=389469&r2=389470&view=diff ============================================================================== --- maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt (original) +++ maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt Tue Mar 28 02:38:25 2006 @@ -14,7 +14,8 @@ Set where to tag the files in the SCM - These example shows how to set the repository location for all tagged files in Subversion. + These example shows how to set the repository location for all tagged files in Subversion, + not needed if you use if the svn repository uses the standard layout (branches/tags/trunk) ------------------- <project> @@ -25,7 +26,7 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> + <tagBase>https://svn.apache.org/repos/asf/maven/components/anothertags</tagBase> </configuration> </plugin> </plugins>