Skip to content

Commit 023c2f1

Browse files
committed
Release 2.2.1
1 parent 4633d43 commit 023c2f1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 2.2.1
4+
* #39 Fix invalid oxt files created in some cases
5+
36
## 2.2.0
47
* #33 Migrate generated tests to JUnit 4
58
* #34 Allow to give LibreOffice/SDK installations custom names

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.2.0
6+
Bundle-Version: 2.2.1
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.2.0
6+
Bundle-Version: 2.2.1
77
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

0 commit comments

Comments
 (0)