Skip to content

Commit

Permalink
Update gwt-maven-plugin from 1.0-rc-7 to 1.0-rc-8
Browse files Browse the repository at this point in the history
- add type gwt-lib and remove source dependency
  • Loading branch information
TDesjardins committed Jul 3, 2017
1 parent 27102c7 commit 3e3bfef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gwt-ol3-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0-rc-7</version>
<version>1.0-rc-8</version>
<configuration>
<moduleName>ol.GwtOL3</moduleName>
</configuration>
Expand Down
9 changes: 1 addition & 8 deletions gwt-ol3-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
</dependency>
<!-- gwt-ol3 normal dependency -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwt-ol3</artifactId>
<version>${project.version}</version>
</dependency>
<!-- gwt-ol3 sources dependency for devmode -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwt-ol3</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
<type>gwt-lib</type>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0-rc-7</version>
<version>1.0-rc-8</version>
<extensions>true</extensions>
<configuration>
<skipModule>true</skipModule>
Expand Down

0 comments on commit 3e3bfef

Please sign in to comment.