You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/09/24 21:19:52 UTC

svn commit: r449463 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: dennisl
Date: Sun Sep 24 12:19:52 2006
New Revision: 449463

URL: http://svn.apache.org/viewvc?view=rev&rev=449463
Log:
[maven-release-plugin] prepare release maven-changes-plugin-2.0-beta-2

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?view=diff&rev=449463&r1=449462&r2=449463
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Sep 24 12:19:52 2006
@@ -14,8 +14,7 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -25,7 +24,7 @@
   <artifactId>maven-changes-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changes Report Plugin</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
+  <version>2.0-beta-2</version>
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
@@ -159,7 +158,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>
+        <version>2.0-beta-2</version>
         <configuration>
           <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
         </configuration>
@@ -174,4 +173,10 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</url>
+  </scm>
 </project>