From: <sha...@us...> - 2010-11-15 22:14:57
|
Revision: 2444 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2444&view=rev Author: shadowtm Date: 2010-11-15 22:14:51 +0000 (Mon, 15 Nov 2010) Log Message: ----------- Upgraded the GWT version from SNAPSHOT to 2.1.0 as it has now been released - should speed up the build a little Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-15 22:04:45 UTC (rev 2443) +++ trunk/pom.xml 2010-11-15 22:14:51 UTC (rev 2444) @@ -13,7 +13,7 @@ <compiler.version>1.6</compiler.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- convenience to define GWT version in one place --> - <gwt.version>2.1-SNAPSHOT</gwt.version> + <gwt.version>2.1.0</gwt.version> </properties> <modules> @@ -81,7 +81,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>2.1-SNAPSHOT</version> + <version>${gwt.version}</version> </plugin> </plugins> </pluginManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |