Modified:
/trunk/architecture-rules-maven-plugin/pom.xml
=======================================
--- /trunk/architecture-rules-maven-plugin/pom.xml Wed Sep 9 05:32:33 2009
+++ /trunk/architecture-rules-maven-plugin/pom.xml Wed Sep 9 05:32:49 2009
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-architecture-rules-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>0.1</version>
+ <version>0.2-SNAPSHOT</version>
<name>Architecture Rules Maven 2 Plugin</name>
<inceptionYear>2007,2008</inceptionYear>
@@ -194,11 +194,4 @@
</snapshots>
</repository>
</repositories>
-
-
- <scm>
-
<connection>scm:svn:http://architecturerules.googlecode.com/svn/tags/maven-architecture-rules-plugin-0.1</connection>
-
<developerConnection>scm:svn:https://architecturerules.googlecode.com/svn/tags/maven-architecture-rules-plugin-0.1</developerConnection>
-
<url>http://architecturerules.googlecode.com/svn/tags/maven-architecture-rules-plugin-0.1</url>
- </scm>
</project>