After attaching google-java-format-eclipse-plugin_1.5.0.jar into Eclipse it says it uses version 1.4

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.jdt.core.javaFormatter">
<javaFormatter
class="com.google.googlejavaformat.java.GoogleJavaFormatter"
id="com.google.googlejavaformat.java.GoogleJavaFormatter"
name="google-java-format 1.4">
</javaFormatter>
</extension>
</plugin>
Internally it looks like it contains correctly 1.5 version of the plugin.
But it still doesn't fit to 1.5 guidline e.g. it removes an empty line between import static part and other imports (as mentioned in released bug fixes for 1.5.0 version
After attaching google-java-format-eclipse-plugin_1.5.0.jar into Eclipse it says it uses version 1.4
Internally it looks like it contains correctly 1.5 version of the plugin.
But it still doesn't fit to 1.5 guidline e.g. it removes an empty line between import static part and other imports (as mentioned in released bug fixes for 1.5.0 version