Skip to content

Commit

Permalink
Bump GWT version to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-matela authored Aug 27, 2024
1 parent 5d2cf1e commit 01addf5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions djvu-html5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
<name>djvu-html5</name>

<properties>
<gwtVersion>2.8.1</gwtVersion>
<gwtVersion>2.11.0</gwtVersion>
<webappDirectory>war</webappDirectory>
<jetty-version>6.1.11</jetty-version>
</properties>

<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwtVersion}</version>
<version>2.10.0</version>
<executions>
<execution>
<goals>
Expand All @@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<version>3.4.0</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down Expand Up @@ -168,4 +168,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit 01addf5

Please sign in to comment.