google / google-java-format

Reformats Java source code to comply with Google Java Style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eclipse plugin for 1.14.0 and newer has version number 1.13.0

PhilippWendler opened this issue · comments

The release page on GitHub for 1.14.0 contains a google-java-format-eclipse-plugin-1.13.0.jar but not the expected google-java-format-eclipse-plugin-1.14.0.jar.

Thanks. This is the first release using a new GitHub actions workflow, and obviously something went wrong there.

I think the mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin failed to update the version numbers for the Eclipse plugin, and that it's probably an updated version just with the wrong version numbers:

mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin

I'll try to sort it out.

Happened again for 1.15.0.

Forgot to update the version number in eclipse_plugin/pom.xml?

<version>1.13.0</version>

Note that as discussed in #835, the wrong version number also makes updating google-java-format tricky because if you just put a new JAR with the same version number in dropins, it seems to be ignored (at least this is what it looks like for me). So it would be nice to get this fixed for new versions.

Occurred again for 1.16.0.