You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/14 05:56:15 UTC

svn commit: r406234 - /maven/plugins/trunk/maven-idea-plugin/pom.xml

Author: brett
Date: Sat May 13 20:56:14 2006
New Revision: 406234

URL: http://svn.apache.org/viewcvs?rev=406234&view=rev
Log:
[maven-release-plugin] prepare release maven-idea-plugin-2.0

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

Modified: maven/plugins/trunk/maven-idea-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=406234&r1=406233&r2=406234&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Sat May 13 20:56:14 2006
@@ -1,5 +1,4 @@
-<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>
@@ -9,7 +8,7 @@
   <artifactId>maven-idea-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven IDEA Plugin</name>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <prerequisites>
     <maven>2.0.1</maven>
   </prerequisites>
@@ -67,4 +66,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</url>
+  </scm>
 </project>