[Lutinutil-commits] r1301 - lutinutil/trunk maven-i18n-plugin/trunk
Author: tchemit Date: 2009-01-07 08:29:41 +0000 (Wed, 07 Jan 2009) New Revision: 1301 Modified: lutinutil/trunk/pom.xml maven-i18n-plugin/trunk/pom.xml Log: push back scm generic values! (for others too...) Modified: lutinutil/trunk/pom.xml =================================================================== --- lutinutil/trunk/pom.xml 2009-01-07 08:24:45 UTC (rev 1300) +++ lutinutil/trunk/pom.xml 2009-01-07 08:29:41 UTC (rev 1301) @@ -120,9 +120,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/trunk/?root=lutinutil</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> </project> Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-01-07 08:24:45 UTC (rev 1300) +++ maven-i18n-plugin/trunk/pom.xml 2009-01-07 08:29:41 UTC (rev 1301) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> @@ -15,7 +16,7 @@ <artifactId>maven-i18n-plugin</artifactId> <version>0.9-SNAPSHOT</version> - + <dependencies> <dependency> @@ -64,7 +65,7 @@ <packaging>maven-plugin</packaging> - <build> + <build> <defaultGoal>install</defaultGoal> </build> @@ -84,10 +85,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-i18n-plugin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-i18n-plugin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-i18n-plugin/trunk/?root=lutinutil</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> -</project> - +</project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org