Author: kmorin Date: 2014-03-04 10:41:24 +0100 (Tue, 04 Mar 2014) New Revision: 66 Url: http://forge.codelutin.com/projects/wlo/repository/revisions/66 Log: fix issues to release Modified: trunk/pom.xml trunk/src/fr/ifremer/wlo/measurement/MeasurementActivity.java Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-04 09:26:46 UTC (rev 65) +++ trunk/pom.xml 2014-03-04 09:41:24 UTC (rev 66) @@ -177,6 +177,12 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + <version>3.0-rc-2</version> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> @@ -336,7 +342,7 @@ <goals> <goal>share-server-secret</goal> </goals> - <phase>package</phase> + <phase>prepare-package</phase> <configuration> <serverId>codelutin-keystore</serverId> <privateKeyOut>jarsigner.keystore</privateKeyOut> Modified: trunk/src/fr/ifremer/wlo/measurement/MeasurementActivity.java =================================================================== --- trunk/src/fr/ifremer/wlo/measurement/MeasurementActivity.java 2014-03-04 09:26:46 UTC (rev 65) +++ trunk/src/fr/ifremer/wlo/measurement/MeasurementActivity.java 2014-03-04 09:41:24 UTC (rev 66) @@ -87,7 +87,7 @@ import fr.ifremer.wlo.utils.BaseTextWatcher; import fr.ifremer.wlo.utils.BigFinFeedReaderRecord; import fr.ifremer.wlo.utils.UIUtils; -import org.apache.commons.collections4.CollectionUtils; +import org.apache.commons.collections.CollectionUtils; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener;