[Lutinbuilder-commits] r415 - lutin-enforcer-rules/trunk
Author: tchemit Date: 2009-05-09 16:16:08 +0000 (Sat, 09 May 2009) New Revision: 415 Modified: lutin-enforcer-rules/trunk/pom.xml Log: tests... release Modified: lutin-enforcer-rules/trunk/pom.xml =================================================================== --- lutin-enforcer-rules/trunk/pom.xml 2009-05-09 15:58:37 UTC (rev 414) +++ lutin-enforcer-rules/trunk/pom.xml 2009-05-09 16:16:08 UTC (rev 415) @@ -16,7 +16,7 @@ <groupId>org.codelutin</groupId> <artifactId>lutin-enforcer-rules</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.3-SNAPSHOT</version> <dependencies> <dependency> @@ -213,6 +213,21 @@ </dependencies> </configuration> </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-9</version> + <executions> + <execution> + <goals> + <goal>release</goal> + </goals> + <configuration> + <tag>${project.version}-test2</tag> + <releaseVersion>${project.version}-test2</releaseVersion> + </configuration> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> @@ -225,7 +240,7 @@ <!--Source control management--> <scm> <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk</developerConnection> + <developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk</developerConnection> <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutin-enforcer-rules/trunk/?root=lutinbuilder</url> </scm>
participants (1)
-
tchemit@users.labs.libre-entreprise.org