From: <sha...@us...> - 2010-10-18 22:41:08
|
Revision: 2408 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2408&view=rev Author: shadowtm Date: 2010-10-18 22:41:00 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Updated repository for GWT 2.1 as there is a bug in the gwt-maven-plugin and hudson. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-18 22:21:35 UTC (rev 2407) +++ trunk/pom.xml 2010-10-18 22:41:00 UTC (rev 2408) @@ -18,7 +18,7 @@ <protege.version>1.0-SNAPSHOT</protege.version> <evalplugin.version>1.0-SNAPSHOT</evalplugin.version> <!-- convenience to define GWT version in one place --> - <gwt.version>2.0.4</gwt.version> + <gwt.version>2.1-SNAPSHOT</gwt.version> </properties> <modules> @@ -96,7 +96,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>1.3-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> </plugin> </plugins> </pluginManagement> @@ -359,15 +359,24 @@ <repository> <id>maven.codehaus.snapshots</id> <name>Codehaus repository Repository</name> - <url>https://nexus.codehaus.org/content/groups/snapshots-group</url> + <url>https://nexus.codehaus.org/content/repositories/public</url> </repository> + + <repository> + <id>google-maven-snapshot-repository</id> + <name>Google Maven Snapshot Repository</name> + <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> </repositories> <pluginRepositories> <pluginRepository> <id>maven.codehaus.plugin.snapshots</id> <name>Codehaus plugin Repository</name> - <url>https://nexus.codehaus.org/content/groups/snapshots-group</url> + <url>https://nexus.codehaus.org/content/repositories/public</url> <snapshots><enabled>true</enabled></snapshots> <releases><enabled>true</enabled></releases> </pluginRepository> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |