Author: thimel Date: 2008-09-22 10:17:54 +0000 (Mon, 22 Sep 2008) New Revision: 213 Added: maven-jrst-plugin/trunk/changelog Modified: maven-jrst-plugin/trunk/pom.xml Log: Added changelog Deploy version 0.8.2 using lutinpluginproject 3.0 Added: maven-jrst-plugin/trunk/changelog =================================================================== --- maven-jrst-plugin/trunk/changelog (rev 0) +++ maven-jrst-plugin/trunk/changelog 2008-09-22 10:17:54 UTC (rev 213) @@ -0,0 +1,2 @@ +ver-0-8-2 thimel 20080922 + * 20080922 [thimel] Using lutinpluginproject 3.0 Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2008-09-22 08:19:38 UTC (rev 212) +++ maven-jrst-plugin/trunk/pom.xml 2008-09-22 10:17:54 UTC (rev 213) @@ -2,81 +2,53 @@ <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"> - <!--The version of maven's project object model--> + <!-- Plugin mandatory info --> <modelVersion>4.0.0</modelVersion> - <!-- parent --> <parent> <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>2.5</version> + <artifactId>lutinpluginproject</artifactId> + <version>3.0</version> </parent> - <!--A unique name for this project--> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <name>Plugin maven JRst</name> + <version>0.8.2</version> - <!--ejb, jar, war...--> <packaging>maven-plugin</packaging> - <!--Version--> - <version>0.8.1-SNAPSHOT</version> - - <!--Description--> + <!-- Plugin additional information --> + <name>Plugin maven JRst</name> <description> - Plugin pour maven 2 pour la génération de xdoc à partir de fichier Rst. + Plugin pour maven2 pour la génération de xdoc à partir de fichiers RST. </description> + <inceptionYear>2006</inceptionYear> + <url>${labs.project.url}</url> + <properties> <!-- id du projet du labs --> <labs.id>54</labs.id> <!-- nom du projet sur le labs --> <labs.project>jrst</labs.project> - + + <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> + <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/${pom.artifactId}/trunk/?root=${labs.project} + </maven.scm.url> + <!-- Test --> <maven.test.skip>false</maven.test.skip> </properties> - <!--who the developers are for the project--> - <contributors> - <contributor> - <name>Julien Ruchaud</name> - <email>ruchaud@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - </contributors> + <scm> + <url>${maven.scm.url}</url> + </scm> - <!--Librairies--> + <!-- Plugin dependencies --> <dependencies> <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0.9</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0.9</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - <version>1.7.1</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>org.codelutin</groupId> <artifactId>jrst</artifactId> <version>[0.8,)</version> @@ -85,3 +57,4 @@ </dependencies> </project> +
participants (1)
-
thimel@users.labs.libre-entreprise.org