Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update to GWT 2.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Mar 8, 2016
1 parent b973c3e commit d5bdae7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Expand Up @@ -43,7 +43,7 @@
<weld.se.version>${weld.version}</weld.se.version>
<groovy.version>2.4.5</groovy.version>
<guava.version>18.0</guava.version>
<gwt.version>2.7.0</gwt.version>
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
<icu4j.version>50.1.1</icu4j.version>
<lombok.source.dir>${project.build.sourceDirectory}/org/zanata</lombok.source.dir>
<lucene.version>3.6.2</lucene.version>
Expand Down Expand Up @@ -1432,6 +1432,18 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- Needed for GWT snapshots -->
<repository>
<id>google-maven-snapshot-repository</id>
<name>Google Maven Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -1552,6 +1564,7 @@
<allowedRepository>jboss-public-repository-group</allowedRepository>
<allowedRepository>okapi-cloudbees-release</allowedRepository>
<allowedRepository>repo.bodar.com</allowedRepository>
<allowedRepository>google-maven-snapshot-repository</allowedRepository>
</allowedRepositories>
<allowedPluginRepositories combine.children="append">
<allowedPluginRepository>apache.snapshots.https</allowedPluginRepository>
Expand Down

0 comments on commit d5bdae7

Please sign in to comment.