[Lutinutil-commits] r1183 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2008-10-12 22:17:37 +0000 (Sun, 12 Oct 2008) New Revision: 1183 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.3 Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-10-12 22:15:24 UTC (rev 1182) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-10-12 22:17:37 UTC (rev 1183) @@ -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> @@ -44,7 +43,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour switcher les licenses</name> - <version>0.3-SNAPSHOT</version> + <version>0.3</version> <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> @@ -88,10 +87,10 @@ <phase>pre-site</phase> <configuration> <tasks> - <mkdir dir="${maven.site.gen.dir}/resources"/> + <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> @@ -121,9 +120,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.3</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.3</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/tags/0.3?root=lutinutil</url> </scm> <!-- Maven Environment : profiles -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org