r310 - in doxia-module-jrst/tags: . 1.0.0
Author: tchemit Date: 2009-04-09 15:49:12 +0000 (Thu, 09 Apr 2009) New Revision: 310 Added: doxia-module-jrst/tags/1.0.0/ doxia-module-jrst/tags/1.0.0/changelog.txt doxia-module-jrst/tags/1.0.0/pom.xml Removed: doxia-module-jrst/tags/1.0.0/changelog.txt doxia-module-jrst/tags/1.0.0/pom.xml Log: [maven-release-plugin] copy for tag 1.0.0 Copied: doxia-module-jrst/tags/1.0.0 (from rev 293, doxia-module-jrst/trunk) Deleted: doxia-module-jrst/tags/1.0.0/changelog.txt =================================================================== --- doxia-module-jrst/trunk/changelog.txt 2009-04-09 14:06:33 UTC (rev 293) +++ doxia-module-jrst/tags/1.0.0/changelog.txt 2009-04-09 15:49:12 UTC (rev 310) @@ -1,3 +0,0 @@ -doxia-module-jrst (0.8.5-SNAPSHOT) chatellier - - * Initial release \ No newline at end of file Copied: doxia-module-jrst/tags/1.0.0/changelog.txt (from rev 295, doxia-module-jrst/trunk/changelog.txt) =================================================================== --- doxia-module-jrst/tags/1.0.0/changelog.txt (rev 0) +++ doxia-module-jrst/tags/1.0.0/changelog.txt 2009-04-09 15:49:12 UTC (rev 310) @@ -0,0 +1,3 @@ +doxia-module-jrst (1.0.0) chemit + + * Initial release \ No newline at end of file Deleted: doxia-module-jrst/tags/1.0.0/pom.xml =================================================================== --- doxia-module-jrst/trunk/pom.xml 2009-04-09 14:06:33 UTC (rev 293) +++ doxia-module-jrst/tags/1.0.0/pom.xml 2009-04-09 15:49:12 UTC (rev 310) @@ -1,142 +0,0 @@ -<?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/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.4</version> - </parent> - - <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0-SNAPSHOT</version> - - <dependencies> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-xdoc</artifactId> - <version>${doxia.version}</version> - </dependency> - <!-- There is a pb with xalan --> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>jrst</artifactId> - <version>0.8.5-SNAPSHOT</version> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <type>test-jar</type> - <version>${doxia.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Doxia JRst Module</name> - <description>JRst module for doxia</description> - <inceptionYear>2009</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - - <properties> - <labs.id>54</labs.id> - <labs.project>jrst</labs.project> - <doxia.version>1.0</doxia.version> - </properties> - - <developers> - <developer> - <name>Eric Chatellier</name> - <id>chatellier</id> - <email>chatellier@codelutin.com - </email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> - - <build> - - <defaultGoal>install</defaultGoal> - - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-maven-plugin</artifactId> - <version>1.3.5</version> - <configuration> - <descriptors> - <descriptor>src/main/components/components.xml</descriptor> - <descriptor>target/generated-resources/plexus/META-INF/plexus/components.xml</descriptor> - </descriptors> - </configuration> - <executions> - <execution> - <goals> - <goal>descriptor</goal> - <goal>merge-descriptors</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - - <!--Code Lutin Repository--> - <repositories> - <repository> - <id>codelutin-repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> -</project> \ No newline at end of file Copied: doxia-module-jrst/tags/1.0.0/pom.xml (from rev 308, doxia-module-jrst/trunk/pom.xml) =================================================================== --- doxia-module-jrst/tags/1.0.0/pom.xml (rev 0) +++ doxia-module-jrst/tags/1.0.0/pom.xml 2009-04-09 15:49:12 UTC (rev 310) @@ -0,0 +1,141 @@ +<?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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.codelutin</groupId> + <artifactId>lutinproject</artifactId> + <version>3.4</version> + </parent> + + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + + <dependencies> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-module-xdoc</artifactId> + <version>${doxia.version}</version> + </dependency> + <!-- There is a pb with xalan --> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>jrst</artifactId> + <version>0.8.5</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <type>test-jar</type> + <version>${doxia.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>Doxia JRst Module</name> + <description>JRst module for doxia</description> + <inceptionYear>2009</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> + + <properties> + <labs.id>54</labs.id> + <labs.project>jrst</labs.project> + <doxia.version>1.0</doxia.version> + </properties> + + <developers> + <developer> + <name>Eric Chatellier</name> + <id>chatellier</id> + <email>chatellier@codelutin.com + </email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + + <build> + + <defaultGoal>install</defaultGoal> + + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <version>1.3.5</version> + <configuration> + <descriptors> + <descriptor>src/main/components/components.xml</descriptor> + <descriptor>target/generated-resources/plexus/META-INF/plexus/components.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <goals> + <goal>descriptor</goal> + <goal>merge-descriptors</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/doxia-module-jrst/tags/1.0.0</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/doxia-module-jrst/tags/1.0.0</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/doxia-module-jrst/tags/1.0.0?root=jrst</url> + </scm> + + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> +</project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org