Skip to content

Commit

Permalink
Bug fix on version change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Jan 29, 2021
1 parent e3e83d1 commit 1eb7346
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/fr.cea.modane.project.edit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Automatic-Module-Name: fr.cea.modane.project.edit
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: fr.cea.modane.project.edit;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.4.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: fr.cea.modane.modaneproject.provider.ModaneProjectEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Vendor: CEA
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: fr.cea.modane.project;visibility:=reexport,
Expand Down
4 changes: 2 additions & 2 deletions plugins/fr.cea.modane.project.editor/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Automatic-Module-Name: fr.cea.modane.project.editor
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: fr.cea.modane.project.editor;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.4.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: fr.cea.modane.modaneproject.presentation.ModaneProjectEditorPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Vendor: CEA
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: fr.cea.modane.modaneproject.presentation
Expand Down
4 changes: 2 additions & 2 deletions plugins/fr.cea.modane.project/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Automatic-Module-Name: fr.cea.modane.project
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: fr.cea.modane.project;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.4.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Vendor: CEA
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: fr.cea.modane.modaneproject,
Expand Down

0 comments on commit 1eb7346

Please sign in to comment.