r4176 - in branches/isis-fish-4.3.1.x: . src/main/java/fr/ifremer/isisfish/ui/sensitivity/wizard
Author: echatellier Date: 2015-01-26 08:39:55 +0000 (Mon, 26 Jan 2015) New Revision: 4176 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4176 Log: Fix deploy... again Modified: branches/isis-fish-4.3.1.x/pom.xml branches/isis-fish-4.3.1.x/src/main/java/fr/ifremer/isisfish/ui/sensitivity/wizard/EquationContinuousPanelUI.jaxx Modified: branches/isis-fish-4.3.1.x/pom.xml =================================================================== --- branches/isis-fish-4.3.1.x/pom.xml 2015-01-23 10:47:24 UTC (rev 4175) +++ branches/isis-fish-4.3.1.x/pom.xml 2015-01-26 08:39:55 UTC (rev 4176) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.1</version> + <version>6.1</version> </parent> <groupId>fr.ifremer</groupId> @@ -348,6 +348,8 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> </dependency> <dependency> @@ -488,6 +490,9 @@ <maven.compiler.target>1.7</maven.compiler.target> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> + + <!-- issues status to include in changelog --> + <redmine.statusIds>3,10,11,18,19</redmine.statusIds> <!-- Dependencies version --> <jaxxVersion>2.8.7</jaxxVersion> Modified: branches/isis-fish-4.3.1.x/src/main/java/fr/ifremer/isisfish/ui/sensitivity/wizard/EquationContinuousPanelUI.jaxx =================================================================== --- branches/isis-fish-4.3.1.x/src/main/java/fr/ifremer/isisfish/ui/sensitivity/wizard/EquationContinuousPanelUI.jaxx 2015-01-23 10:47:24 UTC (rev 4175) +++ branches/isis-fish-4.3.1.x/src/main/java/fr/ifremer/isisfish/ui/sensitivity/wizard/EquationContinuousPanelUI.jaxx 2015-01-26 08:39:55 UTC (rev 4176) @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2014 Ifremer, CodeLutin, Chatellier Eric + Copyright (C) 2009 - 2015 Ifremer, CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as
participants (1)
-
echatellier@users.forge.codelutin.com