Skip to content

Commit 9723c8a

Browse files
committed
Release 2.0.3
1 parent 34f780c commit 9723c8a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.3
4+
* #6: Use the configured `unopkg` when multiple ones are in PATH
5+
* #7: Deployment now without user confirmation
6+
37
## 2.0.2
48
* Fix for Windows zip packaging problem (related to #5)
59
* Fix a problem with lock files not being cleaned

core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: LibreOffice eclipse integration - core
44
Bundle-SymbolicName: org.libreoffice.ide.eclipse.core;singleton:=true
55
Bundle-Vendor: The Document Foundation
6-
Bundle-Version: 2.0.2
6+
Bundle-Version: 2.0.3
77
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
99
Bundle-ActivationPolicy: lazy

java/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Java Plug-in for LibreOffice eclipse integration
44
Bundle-SymbolicName: org.libreoffice.ide.eclipse.java;singleton:=true
55
Bundle-Vendor: The Document Foundation
6-
Bundle-Version: 2.0.2
6+
Bundle-Version: 2.0.3
77
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

0 commit comments

Comments
 (0)