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

Commit

Permalink
upgrade gwt version to 2.5.0 and gwt-maven-plugin to 2.5.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Nov 5, 2012
1 parent be80de0 commit 78bc976
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@
<cobertura.halt.failure>false</cobertura.halt.failure>
<delombok.dir>${project.build.directory}/delombok/org/zanata</delombok.dir>
<enunciate.version>1.24</enunciate.version>
<gwt.version>2.4.0</gwt.version>
<gwt.version>2.5.0</gwt.version>
<icu4j.version>4.8</icu4j.version>
<lombok.source.dir>${project.build.sourceDirectory}/org/zanata</lombok.source.dir>
<lucene.version>2.9.2</lucene.version>
Expand Down Expand Up @@ -350,7 +350,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.4.0</version>
<version>2.5.0-rc2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
17 changes: 17 additions & 0 deletions zanata-war/pom.xml
Expand Up @@ -166,6 +166,23 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-codeserver</artifactId>
<version>${gwt.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit 78bc976

Please sign in to comment.