[Lutinprocessor-commits] r118 - trunk/lutinprocessor
Author: chatellier Date: 2008-09-02 15:06:54 +0000 (Tue, 02 Sep 2008) New Revision: 118 Modified: trunk/lutinprocessor/pom.xml Log: Update versions Modified: trunk/lutinprocessor/pom.xml =================================================================== --- trunk/lutinprocessor/pom.xml 2008-08-18 09:54:05 UTC (rev 117) +++ trunk/lutinprocessor/pom.xml 2008-09-02 15:06:54 UTC (rev 118) @@ -11,16 +11,16 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>2.5</version> </parent> <artifactId>lutinprocessor</artifactId> <dependencies> <dependency> - <groupId>ant</groupId> + <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.6.5</version> + <version>1.7.1</version> <scope>compile</scope> </dependency> </dependencies> @@ -30,7 +30,7 @@ <!-- ************************************************************* --> <name>Lutin file processor</name> - <version>0.14</version> + <version>0.15-SNAPSHOT</version> <description> Cette librairie permet la création de filtre sur les fichiers sources. </description> @@ -62,7 +62,7 @@ <!-- jrst --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.maven.plugins</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin>
participants (1)
-
chatellier@users.labs.libre-entreprise.org