diff options
| author | Sergey Prigogin | 2016-10-24 03:20:47 +0000 |
|---|---|---|
| committer | Sergey Prigogin | 2016-10-28 18:50:16 +0000 |
| commit | 692e5e3f731840f37f7a7aea8493b270181087d6 (patch) | |
| tree | 4cbe1ab573d2f71877a63ff74b43d9da3aa855e3 | |
| parent | 04036a6de1b6f8e8e274ddfd7919a9bcea6bf8d7 (diff) | |
| download | eclipse.platform.ui-692e5e3f731840f37f7a7aea8493b270181087d6.tar.gz eclipse.platform.ui-692e5e3f731840f37f7a7aea8493b270181087d6.tar.xz eclipse.platform.ui-692e5e3f731840f37f7a7aea8493b270181087d6.zip | |
Bug 505680 - Corresponding MANIFEST.MF changesM20161102-0400
Change-Id: Ie49696208b7df375a27edd5070db3e3633edee2c
| -rw-r--r-- | bundles/org.eclipse.ui.monitoring/META-INF/MANIFEST.MF | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.monitoring/pom.xml | 2 |
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..4717b3679da 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.1.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 7f3fb5134f9..7c40917156e 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.1-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
\ No newline at end of file |
