Author: tchemit Date: 2009-02-23 13:28:04 +0000 (Mon, 23 Feb 2009) New Revision: 1563 Modified: branches/migration-200901/simexplorer-is/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml Log: - bump versions - suppress dependency jaxx-util Modified: branches/migration-200901/simexplorer-is/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/pom.xml 2009-02-20 19:58:14 UTC (rev 1562) +++ branches/migration-200901/simexplorer-is/pom.xml 2009-02-23 13:28:04 UTC (rev 1563) @@ -74,12 +74,6 @@ <!-- librairie Jaxx --> <dependency> <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-util</artifactId> - <version>${jaxx.version}</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> <version>${jaxx.version}</version> <scope>compile</scope> @@ -284,8 +278,8 @@ <labs.project>simexplorer-si</labs.project> <!-- customized libs --> - <jaxx.version>1.1</jaxx.version> - <commandline.version>1.0</commandline.version> + <jaxx.version>1.2-SNAPSHOT</jaxx.version> + <commandline.version>1.1-SNAPSHOT</commandline.version> <lutinutil.version>1.0.3</lutinutil.version> <lutinwidget.version>0.13</lutinwidget.version> <i18n.version>0.9</i18n.version> @@ -326,9 +320,9 @@ </properties> <build> + <!-- no default goal, otherwise it hides goal to be used in profiles --> + <!--defaultGoal>install</defaultGoal--> - <defaultGoal>install</defaultGoal> - <pluginManagement> <plugins> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-02-20 19:58:14 UTC (rev 1562) +++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-02-23 13:28:04 UTC (rev 1563) @@ -41,13 +41,9 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> - </dependency> + </dependency> <dependency> <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-util</artifactId> - </dependency> - <dependency> - <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-swing-action</artifactId> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org