[Lutinutil-commits] r1363 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2009-02-18 17:38:18 +0000 (Wed, 18 Feb 2009) New Revision: 1363 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.6 Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-02-18 17:30:48 UTC (rev 1362) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-02-18 17:38:18 UTC (rev 1363) @@ -1,6 +1,5 @@ <?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 +14,7 @@ <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <dependencies> @@ -124,11 +123,10 @@ <phase>pre-site</phase> <configuration> <tasks> - <mkdir dir="${maven.site.gen.dir}/resources"/> - <copy todir="${maven.site.gen.dir}/resources" verbose="${maven.verbose}" - overwrite="false"> + <mkdir dir="${maven.site.gen.dir}/resources" /> + <copy todir="${maven.site.gen.dir}/resources" verbose="${maven.verbose}" overwrite="false"> <fileset dir="${maven.src.dir}/main/resources/META-INF"> - <include name="licenses/**"/> + <include name="licenses/**" /> </fileset> </copy> </tasks> @@ -179,9 +177,9 @@ <!--Source control management--> <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.6</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.6</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/tags/0.6?root=lutinutil</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org