You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/08/07 21:33:21 UTC

svn commit: r983293 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Sat Aug  7 19:33:21 2010
New Revision: 983293

URL: http://svn.apache.org/viewvc?rev=983293&view=rev
Log:
[maven-release-plugin] prepare release maven-site-plugin-3.0-beta-1

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=983293&r1=983292&r2=983293&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sat Aug  7 19:33:21 2010
@@ -29,7 +29,7 @@ under the License.
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
-  <version>3.0-beta-1-SNAPSHOT</version>
+  <version>3.0-beta-1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Site Plugin</name>
@@ -145,9 +145,9 @@ under the License.
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.0-beta-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.0-beta-1</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-3.0-beta-1</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -548,8 +548,8 @@ under the License.
             <configuration>
               <mappingId>customizable</mappingId>
               <configurators>
-                <configurator id='org.maven.ide.eclipse.jdt.javaConfigurator' />
-                <configurator id='org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' />
+                <configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
+                <configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
               </configurators>
               <mojoExecutions>
                 <mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>