Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-10-12 06:42:33 +0000
committerLars Vogel2016-10-12 06:42:33 +0000
commitc264640025fe507eb4cad20d5f559b721f41dcca (patch)
tree43fb99dc13ae4a728b47311d7e5eee2af84bbfc7
parentde97096fee9ea98c3bb90297f51633530ab5c41a (diff)
downloadeclipse.platform.ui-c264640025fe507eb4cad20d5f559b721f41dcca.tar.gz
eclipse.platform.ui-c264640025fe507eb4cad20d5f559b721f41dcca.tar.xz
eclipse.platform.ui-c264640025fe507eb4cad20d5f559b721f41dcca.zip
Bug 505680 - Corresponding MANIFEST.MF changes
Change-Id: I6a1d7057698ba663faa5015ea8341006d590a3d0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.ui.monitoring/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF
index 6fa031ecbda..9a3278b1d0c 100644
--- a/bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.eclipse.ui.monitoring;singleton:=true
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Export-Package: org.eclipse.ui.internal.monitoring;x-internal:=true,
org.eclipse.ui.internal.monitoring.preferences;x-internal:=true,
org.eclipse.ui.monitoring;x-internal:=true
diff --git a/bundles/org.eclipse.ui.monitoring/pom.xml b/bundles/org.eclipse.ui.monitoring/pom.xml
index 10e0b4015d5..c112cb257d6 100644
--- a/bundles/org.eclipse.ui.monitoring/pom.xml
+++ b/bundles/org.eclipse.ui.monitoring/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.monitoring</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top