Skip to content

Commit

Permalink
Remove hard-coded versions from Eclipse plugin
Browse files Browse the repository at this point in the history
This is consistent with the versions for the other modules.

The release process updates the versions and pushes a tagged
commit, but the version in the main branch is always
'HEAD-SNAPSHOT'.

Follow-up to #744 (comment)

PiperOrigin-RevId: 571607356
  • Loading branch information
cushon authored and google-java-format Team committed Oct 7, 2023
1 parent 685a6c9 commit b963d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclipse_plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: google-java-format
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
Bundle-Vendor: Google
Bundle-Version: 1.13.0
Bundle-Version: HEAD-SNAPSHOT
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.jface,
Expand Down
2 changes: 1 addition & 1 deletion eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-eclipse-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.13.0</version>
<version>HEAD-SNAPSHOT</version>

<name>Google Java Format Plugin for Eclipse 4.5+</name>

Expand Down

0 comments on commit b963d59

Please sign in to comment.