Author: brett Date: Wed Dec 15 16:21:10 2004 New Revision: 112256 URL: http://svn.apache.org/viewcvs?view=rev&rev=112256 Log: switch to subversion
Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml maven/maven-1/plugins-sandbox/trunk/project.properties maven/maven-1/plugins-sandbox/trunk/project.xml Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?view=diff&rev=112256&p1=maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties&r1=112255&p2=maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties&r2=112256 ============================================================================== --- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original) +++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Wed Dec 15 16:21:10 2004 @@ -52,3 +52,4 @@ maven.compile.target=1.3 maven.compile.source=1.3 +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml?view=diff&rev=112256&p1=maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml&r1=112255&p2=maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml&r2=112256 ============================================================================== --- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml (original) +++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml Wed Dec 15 16:21:10 2004 @@ -57,8 +57,8 @@ </mailingLists> <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins-sandbox/</connection> - <url>http://cvs.apache.org/viewcvs/maven-plugins-sandbox/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/</connection> + <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/</url> </repository> <developers> Modified: maven/maven-1/plugins-sandbox/trunk/project.properties Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.properties?view=diff&rev=112256&p1=maven/maven-1/plugins-sandbox/trunk/project.properties&r1=112255&p2=maven/maven-1/plugins-sandbox/trunk/project.properties&r2=112256 ============================================================================== --- maven/maven-1/plugins-sandbox/trunk/project.properties (original) +++ maven/maven-1/plugins-sandbox/trunk/project.properties Wed Dec 15 16:21:10 2004 @@ -39,3 +39,4 @@ maven.xdoc.date = left maven.xdoc.date.format = dd MMMM yyyy HH:mm z +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory Modified: maven/maven-1/plugins-sandbox/trunk/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.xml?view=diff&rev=112256&p1=maven/maven-1/plugins-sandbox/trunk/project.xml&r1=112255&p2=maven/maven-1/plugins-sandbox/trunk/project.xml&r2=112256 ============================================================================== --- maven/maven-1/plugins-sandbox/trunk/project.xml (original) +++ maven/maven-1/plugins-sandbox/trunk/project.xml Wed Dec 15 16:21:10 2004 @@ -54,8 +54,8 @@ </mailingLists> <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins-sandbox/</connection> - <url>http://cvs.apache.org/viewcvs/maven-plugins-sandbox/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/</connection> + <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/</url> </repository> <developers> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
