Author: chatellier Date: 2010-01-28 10:51:53 +0000 (Thu, 28 Jan 2010) New Revision: 2957 Modified: isis-fish/trunk/pom.xml Log: Update some released version. Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2010-01-28 10:18:21 UTC (rev 2956) +++ isis-fish/trunk/pom.xml 2010-01-28 10:51:53 UTC (rev 2957) @@ -41,7 +41,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <scope>compile</scope> </dependency> @@ -77,7 +77,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-j2r</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <scope>compile</scope> </dependency> @@ -457,7 +457,7 @@ <jaxx.version>1.7.1</jaxx.version> <eugene.version>2.0.0-beta-3</eugene.version> <topia.version>2.3.0-beta-5</topia.version> - <nuiton-utils.version>1.1.4-SNAPSHOT</nuiton-utils.version> + <nuiton-utils.version>1.1.4</nuiton-utils.version> <nuiton-i18n.version>1.0.1</nuiton-i18n.version> <nuiton-widgets.version>1.0.1-SNAPSHOT</nuiton-widgets.version> <jrst.version>1.1.0</jrst.version> @@ -736,7 +736,7 @@ </site> </distributionManagement> - <!--<profiles> + <profiles> <profile> <id>release-profile</id> <activation> @@ -750,19 +750,18 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> - <version>2.0.0</version> <executions> <execution> <id>attach-licenses</id> <goals> - <goal>add-license</goal> + <!-- <goal>add-license</goal> --> <goal>add-third-party</goal> </goals> </execution> </executions> </plugin> - < - - (disabled until retested) + <!-- (disabled until retested) <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> @@ -884,12 +883,12 @@ <gzip>true</gzip> <verbose>false</verbose> </configuration> - </plugin> - - > + </plugin> --> </plugins> </build> </profile> - </profiles> --> + </profiles> </project>