Author: chatellier Date: 2008-09-24 18:22:11 +0000 (Wed, 24 Sep 2008) New Revision: 1147 Modified: topia-service/trunk/pom.xml Log: Change deps groupId Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-09-24 18:02:37 UTC (rev 1146) +++ topia-service/trunk/pom.xml 2008-09-24 18:22:11 UTC (rev 1147) @@ -7,9 +7,9 @@ <!--lutinproject.xml--> <parent> - <groupId>lutinlib</groupId> + <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.2</version> + <version>3.0</version> </parent> <distributionManagement> @@ -35,28 +35,22 @@ </description> <inceptionYear>2006</inceptionYear> - <!--Tracking--> - <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/?group_id=41</url> - </issueManagement> <properties> - <!--Source base dir--> - <maven.src.dir>${basedir}/target/src-build</maven.src.dir> - - <!--Test--> - <maven.test.skip>true</maven.test.skip> - - <!--Compile with ?--> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> - - <!--Main class in JAR --> - <!--maven.jar.main.class>org.codelutin.</maven.jar.main.class--> - - <!--Verbose--> - <maven.verbose>false</maven.verbose> + <!-- id du projet du labs --> + <labs.id>21</labs.id> + + <!-- nom du projet sur le labs --> + <labs.project>topia</labs.project> </properties> + <!--Source control management--> + <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( + <url>${maven.scm.url}</url> --> + </scm> + <!--who the developers are for the project--> <contributors> <contributor> @@ -84,7 +78,7 @@ <plugin> <groupId>lutinplugin</groupId> <artifactId>maven-processor-plugin</artifactId> - <version>0.12</version> + <version>0.15</version> <executions> <execution> <id>Processor</id> @@ -109,7 +103,7 @@ </plugin> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-generator-plugin</artifactId> <version>0.51-SNAPSHOT</version> <executions> @@ -142,9 +136,9 @@ </executions> <dependencies> <dependency> - <groupId>lutinlib</groupId> + <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.0.26-SNAPSHOT</version> + <version>2.0.27-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> @@ -174,37 +168,7 @@ <plugin> <groupId>lutinplugin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8</version> - <executions> - <execution> - <id>jrst</id> - <phase>test</phase> - <!-- test works better than pre:site --> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> - <configuration> - <directoryIn>${basedir}/src/site</directoryIn> - <directoryOut> - ${basedir}/target/generated-site/xdoc - </directoryOut> - <verbose>${maven.verbose}</verbose> - </configuration> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <outputEncoding>UTF-8</outputEncoding> - <locales>fr</locales> - <siteDirectory>src/site</siteDirectory> - <xdocDirectory>${basedir}/target/generated-site/xdoc/fr/rst</xdocDirectory> - </configuration> - </plugin> - </plugins> </build> @@ -213,16 +177,16 @@ <!--Compile--> <dependency> - <groupId>lutinlib</groupId> + <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.0.26-SNAPSHOT</version> + <version>2.0.27-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> - <version>2.2.0</version> + <version>2.3.2</version> <scope>compile</scope> </dependency> @@ -230,39 +194,9 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.0.76</version> + <version>1.0.78</version> <scope>test</scope> </dependency> </dependencies> - - <!-- Surcharge des valeurs par defauts (pour la generation du site) --> - <mailingLists> - <mailingList> - <name>topia-cvscommit</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-cvscommit</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-cvscommit</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/topia-cvscommit/</archive> - </mailingList> - - <mailingList> - <name>topia-devel</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-devel</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-devel</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/topia-devel/</archive> - </mailingList> - - <mailingList> - <name>topia-user</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-user</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/topia-user</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/topia-user/</archive> - </mailingList> - </mailingLists> - - <scm> - <url>http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=topia</url> - <connection>scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/topia:${pom.artifactId} - </connection> - </scm> </project>