Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smehrbrodt committed Oct 27, 2018
1 parent a2e2b27 commit e72f1e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## (unreleased)
## 3.0.0
* Python support for extension development

## 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion core/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: LibreOffice eclipse integration - core
Bundle-SymbolicName: org.libreoffice.ide.eclipse.core;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 2.3.0
Bundle-Version: 3.0.0
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion java/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: Java Plug-in for LibreOffice eclipse integration
Bundle-SymbolicName: org.libreoffice.ide.eclipse.java;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 2.3.0
Bundle-Version: 3.0.0
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
2 changes: 1 addition & 1 deletion python/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: Python Plug-in for LibreOffice Eclipse integration
Bundle-SymbolicName: org.libreoffice.ide.eclipse.python;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 2.2.6
Bundle-Version: 3.0.0
Bundle-Activator: org.libreoffice.ide.eclipse.python.OOoPythonPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down

0 comments on commit e72f1e9

Please sign in to comment.