Author: chatellier Date: 2008-09-24 18:22:28 +0000 (Wed, 24 Sep 2008) New Revision: 1148 Modified: topia/trunk/pom.xml Log: Change deps groupId Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-09-24 18:22:11 UTC (rev 1147) +++ topia/trunk/pom.xml 2008-09-24 18:22:28 UTC (rev 1148) @@ -42,18 +42,13 @@ </issueManagement> <properties> - <!--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> - - <!--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> - <build> <plugins> <!--Attaching processor plugin to the Build Lifecycle--> @@ -84,18 +79,6 @@ <verbose>${maven.verbose}</verbose> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> @@ -119,7 +102,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2</version> + <version>3.2.1</version> <scope>compile</scope> </dependency>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org