[maven-scm] copy for tag maven-idea-plugin-2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0@406235 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 71b26b3..e60000a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -55,9 +54,9 @@
<version>1.6.1</version>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
+ <groupId>org.apache.maven.shared</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta-1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -67,14 +66,10 @@
<scope>test</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <childDelegation>false</childDelegation>
- </configuration>
- </plugin>
- </plugins>
- </build>
+
+ <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>