Author: tchemit Date: 2008-07-08 16:35:01 +0000 (Tue, 08 Jul 2008) New Revision: 693 Modified: trunk/lutinjaxx/maven/pom.xml trunk/lutinjaxx/pom.xml Log: passage en version stable 1.0.5 : * lutinutil 0.29 * maven-i18n-plugin 0.3 * lutinui 0.2 Modified: trunk/lutinjaxx/maven/pom.xml =================================================================== --- trunk/lutinjaxx/maven/pom.xml 2008-07-08 16:11:15 UTC (rev 692) +++ trunk/lutinjaxx/maven/pom.xml 2008-07-08 16:35:01 UTC (rev 693) @@ -22,38 +22,33 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>core</artifactId> - <version>0.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> - <version>0.1-SNAPSHOT</version> <scope>test</scope> </dependency> - <!-- maven plugin project dependencies --> + + <!-- maven plugin project dependencies --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>2.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> - <version>2.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> - <version>2.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.0.5</version> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-07-08 16:11:15 UTC (rev 692) +++ trunk/lutinjaxx/pom.xml 2008-07-08 16:35:01 UTC (rev 693) @@ -159,19 +159,22 @@ <dependency> <groupId>lutinlib</groupId> <artifactId>lutinutil</artifactId> - <version>0.31-SNAPSHOT</version> + <version>0.29</version> + <!--version>0.31-SNAPSHOT</version--> </dependency> - + <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>core</artifactId> <version>0.1-SNAPSHOT</version> </dependency> + <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>runtime</artifactId> <version>0.1-SNAPSHOT</version> </dependency> + <dependency> <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> @@ -181,22 +184,49 @@ <dependency> <groupId>com.sun</groupId> <artifactId>dt</artifactId> - <version>1.6.0</version> + <version>${java.version}</version> <scope>system</scope> <systemPath>${java.home}/../lib/dt.jar</systemPath> </dependency> - + <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> <version>2.0.02</version> </dependency> + <!-- Plugins --> <dependency> <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.3</version> </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>2.0.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + <version>2.0.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>2.0.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.0.5</version> + <scope>compile</scope> + </dependency> + </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.labs.libre-entreprise.org