Author: chatellier Date: 2010-10-29 08:03:14 +0000 (Fri, 29 Oct 2010) New Revision: 123 Log: Update maven pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-29 08:01:08 UTC (rev 122) +++ trunk/pom.xml 2010-10-29 08:03:14 UTC (rev 123) @@ -209,7 +209,7 @@ <scm> <connection>scm:svn:svn://anonymous at labs.libre-entreprise.org/svnroot/coser/trunk</connection> - <developerConnection>scm:svn:svn+ssh://developpeur at labs.libre-entreprise.org/svnroot/coser/trunk</developerConnection> + <developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/coser/trunk</developerConnection> <url>http://labs.libre-entreprise.org/scm/viewvc.php/trunk/?root=coser</url> </scm> @@ -235,7 +235,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>${jrstPluginVersion}</version> </dependency> </dependencies> </plugin>