From: <sha...@us...> - 2010-10-18 21:05:01
|
Revision: 2404 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2404&view=rev Author: shadowtm Date: 2010-10-18 21:04:54 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Trying to update the version of gwt-maven-plugin Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-18 20:36:32 UTC (rev 2403) +++ trunk/pom.xml 2010-10-18 21:04:54 UTC (rev 2404) @@ -96,7 +96,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </plugin> </plugins> </pluginManagement> @@ -351,7 +351,14 @@ <url>http://maven.jahia.org/maven2/</url> </repository> - + <!-- + - This is so we can get the 1.3-SNAPSHOT of GWT Maven Plugin cause 1.2 is broken on the hudson + --> + <repository> + <id>maven.codehaus.snapshots</id> + <name>Codehaus repository Repository</name> + <url>http://nexus.codehaus.org/snapshots</url> + </repository> </repositories> <distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |