Modified:
/trunk/architecture-rules-maven-plugin/pom.xml
=======================================
--- /trunk/architecture-rules-maven-plugin/pom.xml Fri Jun 26 08:40:54 2009
+++ /trunk/architecture-rules-maven-plugin/pom.xml Wed Sep 9 05:32:33 2009
@@ -1,11 +1,9 @@
-<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-architecture-rules-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<name>Architecture Rules Maven 2 Plugin</name>
<inceptionYear>2007,2008</inceptionYear>
@@ -44,7 +42,7 @@
<dependency>
<groupId>org.architecturerules</groupId>
<artifactId>architecture-rules</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-rc1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
@@ -197,4 +195,10 @@
</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>