Skip to content

Commit

Permalink
Fixed unneeded version bump on org.eclipse.debug.ui
Browse files Browse the repository at this point in the history
This fixes API error saying unnecessary version bump.
The bundle was not published yet via IBuild, so we can revert.

Regression from
#800
  • Loading branch information
iloveeclipse committed Nov 30, 2023
1 parent 8787a18 commit cb993ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
Bundle-Version: 3.18.400.qualifier
Bundle-Version: 3.18.300.qualifier
Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down

0 comments on commit cb993ac

Please sign in to comment.