tbroyer / gwt-maven-plugin

Starting fresh on building GWT projects with Maven
https://tbroyer.github.io/gwt-maven-plugin/
Apache License 2.0
167 stars 39 forks source link

Upgrade to GWT 2.10.0 #161

Closed jeffrpowell closed 10 months ago

jeffrpowell commented 11 months ago

https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0

GWT 2.10.0 released on June 9, 2022. Note the groupId transition, they published 2.10.0 under both org.gwtproject and com.google.gwt. You'll want to solve for folks potentially choosing either (or decide to just support the new org.gwtproject groupId and encourage plugin users to follow suit).

tbroyer commented 11 months ago

That's been done last year already (3f742b3) but because it didn't change anything to the plugin (as I relies on the dependencies being declared by the user, without itself having dependencies on GWT artifacts) there's been no need to cut a new release.

The documentation needs updating though, as that commit updated it but it's not been deployed (that's done automatically when releasing, but as there was no new release…)

I'll redeploy the site when I find time.

jeffrpowell commented 11 months ago

Appreciate the clarification; I got tunnel vision just looking at the code of the latest tag, https://github.com/tbroyer/gwt-maven-plugin/blob/1.0.1/pom.xml#L74.

tbroyer commented 10 months ago

Site redeployed with updated https://tbroyer.github.io/gwt-maven-plugin/usage.html page