Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrum Tsvetkov2020-09-29 12:11:02 +0000
committerKrum Tsvetkov2020-09-29 12:11:02 +0000
commitc09c32f08eff6c5e7fd65bad5da5d39ebc9fac5c (patch)
tree345eba48a6b11ab8d01af71822cd605824cecf33
parentf9bf3c9c6f1f31732f667a31925822f00bcf2685 (diff)
downloadorg.eclipse.mat-c09c32f08eff6c5e7fd65bad5da5d39ebc9fac5c.tar.gz
org.eclipse.mat-c09c32f08eff6c5e7fd65bad5da5d39ebc9fac5c.tar.xz
org.eclipse.mat-c09c32f08eff6c5e7fd65bad5da5d39ebc9fac5c.zip
[567433] Update MAT version to 1.11.0
-rw-r--r--features/org.eclipse.mat.chart.feature/feature.xml6
-rw-r--r--features/org.eclipse.mat.chart.feature/pom.xml2
-rw-r--r--features/org.eclipse.mat.feature/about.mappings2
-rw-r--r--features/org.eclipse.mat.feature/feature.xml2
-rw-r--r--features/org.eclipse.mat.feature/pom.xml2
-rw-r--r--features/org.eclipse.mat.ui.rcp.feature/feature.xml2
-rw-r--r--features/org.eclipse.mat.ui.rcp.feature/pom.xml2
-rw-r--r--org.eclipse.mat.product/mat.product4
-rw-r--r--org.eclipse.mat.product/pom.xml2
-rw-r--r--org.eclipse.mat.targetdef/pom.xml2
-rw-r--r--org.eclipse.mat.updatesite/pom.xml2
-rw-r--r--parent/pom.xml4
-rw-r--r--plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.api/about.mappings2
-rw-r--r--plugins/org.eclipse.mat.api/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.chart.ui/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.chart/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.chart/about.mappings2
-rw-r--r--plugins/org.eclipse.mat.chart/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.dtfj/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.dtfj/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.eclipse.mat.hprof/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ibmdumps/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.jdt/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.jdt/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.jruby.resolver/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.eclipse.mat.parser/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.report/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.eclipse.mat.tests/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ui.capabilities/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui.help/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui.help/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ui.rcp.tests/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui.rcp.tests/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ui.rcp/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui.rcp/about.mappings4
-rw-r--r--plugins/org.eclipse.mat.ui.rcp/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui/pom.xml2
46 files changed, 55 insertions, 55 deletions
diff --git a/features/org.eclipse.mat.chart.feature/feature.xml b/features/org.eclipse.mat.chart.feature/feature.xml
index ef45feb5..bbb30f24 100644
--- a/features/org.eclipse.mat.chart.feature/feature.xml
+++ b/features/org.eclipse.mat.chart.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mat.chart.feature"
label="%featureName"
- version="1.10.0.qualifier"
+ version="1.11.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mat.chart">
@@ -30,8 +30,8 @@
<import plugin="org.eclipse.birt.chart.device.swt" version="2.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.birt.chart.engine.extension" version="2.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.birt.core" version="2.3.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.mat.ui" version="1.10.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.mat.feature" version="1.10.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.mat.ui" version="1.11.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mat.feature" version="1.11.0" match="greaterOrEqual"/>
</requires>
<plugin
diff --git a/features/org.eclipse.mat.chart.feature/pom.xml b/features/org.eclipse.mat.chart.feature/pom.xml
index bd96b5da..3f69af05 100644
--- a/features/org.eclipse.mat.chart.feature/pom.xml
+++ b/features/org.eclipse.mat.chart.feature/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.chart.feature</artifactId>
diff --git a/features/org.eclipse.mat.feature/about.mappings b/features/org.eclipse.mat.feature/about.mappings
index 8083a4e8..aee4d079 100644
--- a/features/org.eclipse.mat.feature/about.mappings
+++ b/features/org.eclipse.mat.feature/about.mappings
@@ -9,4 +9,4 @@
#* IBM Corporation - initial API and implementation and/or initial documentation
#*******************************************************************************
#Build
-0=1.10.0
+0=1.11.0
diff --git a/features/org.eclipse.mat.feature/feature.xml b/features/org.eclipse.mat.feature/feature.xml
index 79e76b3b..28aad444 100644
--- a/features/org.eclipse.mat.feature/feature.xml
+++ b/features/org.eclipse.mat.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mat.feature"
label="%featureName"
- version="1.10.0.qualifier"
+ version="1.11.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mat.api">
<install-handler/>
diff --git a/features/org.eclipse.mat.feature/pom.xml b/features/org.eclipse.mat.feature/pom.xml
index c131d44c..97698c35 100644
--- a/features/org.eclipse.mat.feature/pom.xml
+++ b/features/org.eclipse.mat.feature/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.feature</artifactId>
diff --git a/features/org.eclipse.mat.ui.rcp.feature/feature.xml b/features/org.eclipse.mat.ui.rcp.feature/feature.xml
index 6abb38b1..fe4eb320 100644
--- a/features/org.eclipse.mat.ui.rcp.feature/feature.xml
+++ b/features/org.eclipse.mat.ui.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mat.ui.rcp.feature"
label="%featureName"
- version="1.10.0.qualifier"
+ version="1.11.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mat.ui.rcp">
diff --git a/features/org.eclipse.mat.ui.rcp.feature/pom.xml b/features/org.eclipse.mat.ui.rcp.feature/pom.xml
index 62968bf7..435ba7b2 100644
--- a/features/org.eclipse.mat.ui.rcp.feature/pom.xml
+++ b/features/org.eclipse.mat.ui.rcp.feature/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui.rcp.feature</artifactId>
diff --git a/org.eclipse.mat.product/mat.product b/org.eclipse.mat.product/mat.product
index 0580c8de..51924081 100644
--- a/org.eclipse.mat.product/mat.product
+++ b/org.eclipse.mat.product/mat.product
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Memory Analyzer Tool" uid="org.eclipse.mat.ui.rcp.MemoryAnalyzer" id="org.eclipse.mat.ui.rcp.MemoryAnalyzer" application="org.eclipse.mat.ui.rcp.application" version="1.10.0" useFeatures="true" includeLaunchers="true">
+<product name="Memory Analyzer Tool" uid="org.eclipse.mat.ui.rcp.MemoryAnalyzer" id="org.eclipse.mat.ui.rcp.MemoryAnalyzer" application="org.eclipse.mat.ui.rcp.application" version="1.11.0" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.mat.ui.rcp/icons/eclipse_lg.gif"/>
<text>
Eclipse Memory Analyzer
-Version: 1.10.0
+Version: 1.11.0
Copyright (c) 2008, 2020 SAP AG, IBM Corporation and others. All rights reserved.
Visit http://www.eclipse.org/mat
diff --git a/org.eclipse.mat.product/pom.xml b/org.eclipse.mat.product/pom.xml
index 6bd078df..bb870390 100644
--- a/org.eclipse.mat.product/pom.xml
+++ b/org.eclipse.mat.product/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.product</artifactId>
diff --git a/org.eclipse.mat.targetdef/pom.xml b/org.eclipse.mat.targetdef/pom.xml
index fb4273fd..78a113fb 100644
--- a/org.eclipse.mat.targetdef/pom.xml
+++ b/org.eclipse.mat.targetdef/pom.xml
@@ -13,7 +13,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.targetdef</artifactId>
diff --git a/org.eclipse.mat.updatesite/pom.xml b/org.eclipse.mat.updatesite/pom.xml
index 80633aca..b662d53e 100644
--- a/org.eclipse.mat.updatesite/pom.xml
+++ b/org.eclipse.mat.updatesite/pom.xml
@@ -7,7 +7,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.updatesite</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index b7871418..a8165bd6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MAT Parent</name>
@@ -25,7 +25,7 @@
<!-- mat-release-repo-url specifies from which p2 repo the MAT bundles
come, when the build-release profile is used -->
<mat-release-repo-url>http://download.eclipse.org/mat/latest/update-site/</mat-release-repo-url>
- <p2.mirrorsPrefix>/mat/1.10.0/update-site/</p2.mirrorsPrefix>
+ <p2.mirrorsPrefix>/mat/1.11.0/update-site/</p2.mirrorsPrefix>
<p2.statsURI>https://download.eclipse.org/stats/mat</p2.statsURI>
<p2.mirrorsURL>https://www.eclipse.org/downloads/download.php?format=xml&amp;file=${p2.mirrorsPrefix}</p2.mirrorsURL>
<!-- Track the branding plugin for each feature. Current doesn't work and all artifacts tracked. -->
diff --git a/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF
index ff6da1e0..02b58c34 100644
--- a/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.mat.api;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Export-Package: org.eclipse.mat.inspections.osgi;x-friends:="org.eclipse.mat.ui",
org.eclipse.mat.inspections.osgi.model;x-friends:="org.eclipse.mat.ui",
org.eclipse.mat.internal.acquire;x-friends:="org.eclipse.mat.ui",
diff --git a/plugins/org.eclipse.mat.api/about.mappings b/plugins/org.eclipse.mat.api/about.mappings
index 8083a4e8..aee4d079 100644
--- a/plugins/org.eclipse.mat.api/about.mappings
+++ b/plugins/org.eclipse.mat.api/about.mappings
@@ -9,4 +9,4 @@
#* IBM Corporation - initial API and implementation and/or initial documentation
#*******************************************************************************
#Build
-0=1.10.0
+0=1.11.0
diff --git a/plugins/org.eclipse.mat.api/pom.xml b/plugins/org.eclipse.mat.api/pom.xml
index e3c2d268..6604b8a9 100644
--- a/plugins/org.eclipse.mat.api/pom.xml
+++ b/plugins/org.eclipse.mat.api/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.api</artifactId>
diff --git a/plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF
index b6f4a8a5..eae80ebe 100644
--- a/plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.chart.ui;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.mat.chart;bundle-version="1.0.0",
org.eclipse.mat.ui;bundle-version="1.0.0",
diff --git a/plugins/org.eclipse.mat.chart.ui/pom.xml b/plugins/org.eclipse.mat.chart.ui/pom.xml
index 769f2931..696b68a0 100644
--- a/plugins/org.eclipse.mat.chart.ui/pom.xml
+++ b/plugins/org.eclipse.mat.chart.ui/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.chart.ui</artifactId>
diff --git a/plugins/org.eclipse.mat.chart/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.chart/META-INF/MANIFEST.MF
index edfd8930..20969a32 100644
--- a/plugins/org.eclipse.mat.chart/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.chart/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.chart;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Require-Bundle: org.eclipse.mat.report;bundle-version="1.2.0",
org.eclipse.mat.api;bundle-version="1.0.0",
org.eclipse.birt.chart.engine;bundle-version="2.3.0"
diff --git a/plugins/org.eclipse.mat.chart/about.mappings b/plugins/org.eclipse.mat.chart/about.mappings
index 8083a4e8..aee4d079 100644
--- a/plugins/org.eclipse.mat.chart/about.mappings
+++ b/plugins/org.eclipse.mat.chart/about.mappings
@@ -9,4 +9,4 @@
#* IBM Corporation - initial API and implementation and/or initial documentation
#*******************************************************************************
#Build
-0=1.10.0
+0=1.11.0
diff --git a/plugins/org.eclipse.mat.chart/pom.xml b/plugins/org.eclipse.mat.chart/pom.xml
index 3747116b..75a58b28 100644
--- a/plugins/org.eclipse.mat.chart/pom.xml
+++ b/plugins/org.eclipse.mat.chart/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.chart</artifactId>
diff --git a/plugins/org.eclipse.mat.dtfj/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.dtfj/META-INF/MANIFEST.MF
index c2db182b..b33a881c 100644
--- a/plugins/org.eclipse.mat.dtfj/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.dtfj/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.mat.dtfj;singleton:=true
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.parser;bundle-version="1.0.0",
org.eclipse.core.runtime;bundle-version="3.4",
diff --git a/plugins/org.eclipse.mat.dtfj/pom.xml b/plugins/org.eclipse.mat.dtfj/pom.xml
index 0b45347b..2cfabe0a 100644
--- a/plugins/org.eclipse.mat.dtfj/pom.xml
+++ b/plugins/org.eclipse.mat.dtfj/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.dtfj</artifactId>
diff --git a/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF
index f28a5a07..fbd40299 100644
--- a/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.hprof;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
-Require-Bundle: org.eclipse.mat.parser;bundle-version="1.10.0",
+Require-Bundle: org.eclipse.mat.parser;bundle-version="1.11.0",
org.eclipse.core.runtime;bundle-version="3.4",
org.eclipse.core.commands;bundle-version="3.3.100"
Export-Package: org.eclipse.mat.hprof.extension
diff --git a/plugins/org.eclipse.mat.hprof/pom.xml b/plugins/org.eclipse.mat.hprof/pom.xml
index 804fae58..621fb179 100644
--- a/plugins/org.eclipse.mat.hprof/pom.xml
+++ b/plugins/org.eclipse.mat.hprof/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.hprof</artifactId>
diff --git a/plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF
index 4d65426e..3447d4fa 100644
--- a/plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.mat.ibmdumps;singleton:=true
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4",
org.eclipse.mat.api;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.mat.ibmdumps/pom.xml b/plugins/org.eclipse.mat.ibmdumps/pom.xml
index 33ac6e49..e838b2e8 100644
--- a/plugins/org.eclipse.mat.ibmdumps/pom.xml
+++ b/plugins/org.eclipse.mat.ibmdumps/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ibmdumps</artifactId>
diff --git a/plugins/org.eclipse.mat.jdt/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.jdt/META-INF/MANIFEST.MF
index 13098c2b..4d4c85e9 100644
--- a/plugins/org.eclipse.mat.jdt/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.jdt;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0",
org.eclipse.ui,
diff --git a/plugins/org.eclipse.mat.jdt/pom.xml b/plugins/org.eclipse.mat.jdt/pom.xml
index c479e4e0..a95c6cb7 100644
--- a/plugins/org.eclipse.mat.jdt/pom.xml
+++ b/plugins/org.eclipse.mat.jdt/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.jdt</artifactId>
diff --git a/plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF
index 0c9d29b7..ebfc5474 100644
--- a/plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.jruby.resolver;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="[1.0.0,2.0.0)",
diff --git a/plugins/org.eclipse.mat.jruby.resolver/pom.xml b/plugins/org.eclipse.mat.jruby.resolver/pom.xml
index 52f1c84a..120c73df 100644
--- a/plugins/org.eclipse.mat.jruby.resolver/pom.xml
+++ b/plugins/org.eclipse.mat.jruby.resolver/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.jruby.resolver</artifactId>
diff --git a/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF
index 2ab9a813..66d06fba 100644
--- a/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.parser;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Activator: org.eclipse.mat.parser.internal.ParserPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100",
- org.eclipse.mat.report;bundle-version="1.10.0",
+ org.eclipse.mat.report;bundle-version="1.11.0",
org.eclipse.mat.api;bundle-version="1.0.0";visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.mat.parser/pom.xml b/plugins/org.eclipse.mat.parser/pom.xml
index fba20eaa..5b0f54e6 100644
--- a/plugins/org.eclipse.mat.parser/pom.xml
+++ b/plugins/org.eclipse.mat.parser/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.parser</artifactId>
diff --git a/plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF
index f01d852b..d1b4e055 100644
--- a/plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.mat.report;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mat,
org.eclipse.mat.collect,
diff --git a/plugins/org.eclipse.mat.report/pom.xml b/plugins/org.eclipse.mat.report/pom.xml
index 443fd598..e686f1d0 100644
--- a/plugins/org.eclipse.mat.report/pom.xml
+++ b/plugins/org.eclipse.mat.report/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.report</artifactId>
diff --git a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
index 32c5cee4..05e28405 100644
--- a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Memory Analyzer Tests
Bundle-SymbolicName: org.eclipse.mat.tests;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0",
- org.eclipse.mat.parser;bundle-version="1.10.0",
+ org.eclipse.mat.parser;bundle-version="1.11.0",
org.eclipse.core.runtime;bundle-version="3.4",
org.apache.ant;bundle-version="1.7.0",
- org.eclipse.mat.ui;bundle-version="1.10.0",
+ org.eclipse.mat.ui;bundle-version="1.11.0",
org.hamcrest.core,
org.hamcrest.library
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.mat.tests/pom.xml b/plugins/org.eclipse.mat.tests/pom.xml
index 7675014a..4ef34d59 100644
--- a/plugins/org.eclipse.mat.tests/pom.xml
+++ b/plugins/org.eclipse.mat.tests/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.tests</artifactId>
diff --git a/plugins/org.eclipse.mat.ui.capabilities/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ui.capabilities/META-INF/MANIFEST.MF
index 264a92bb..3d062329 100644
--- a/plugins/org.eclipse.mat.ui.capabilities/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ui.capabilities/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.ui.capabilities;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui;bundle-version="3.4.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.mat.ui.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ui.help/META-INF/MANIFEST.MF
index b1aebf80..70322589 100644
--- a/plugins/org.eclipse.mat.ui.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ui.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.ui.help;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100",
org.eclipse.help;bundle-version="3.3.0",
diff --git a/plugins/org.eclipse.mat.ui.help/pom.xml b/plugins/org.eclipse.mat.ui.help/pom.xml
index 9e59c745..24b05cc4 100644
--- a/plugins/org.eclipse.mat.ui.help/pom.xml
+++ b/plugins/org.eclipse.mat.ui.help/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui.help</artifactId>
diff --git a/plugins/org.eclipse.mat.ui.rcp.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ui.rcp.tests/META-INF/MANIFEST.MF
index 876b3d00..bbe6f9d5 100644
--- a/plugins/org.eclipse.mat.ui.rcp.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ui.rcp.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Memory Analyzer Tests
Bundle-SymbolicName: org.eclipse.mat.ui.rcp.tests;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.icu.text;version="3.6.1",
diff --git a/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml b/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
index ae7d67ed..6ac61d02 100644
--- a/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
+++ b/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui.rcp.tests</artifactId>
diff --git a/plugins/org.eclipse.mat.ui.rcp/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ui.rcp/META-INF/MANIFEST.MF
index 75b64ad1..57e38698 100644
--- a/plugins/org.eclipse.mat.ui.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ui.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.ui.rcp;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.mat.ui.help;bundle-version="1.0.0",
org.eclipse.mat.ui;bundle-version="1.0.0",
diff --git a/plugins/org.eclipse.mat.ui.rcp/about.mappings b/plugins/org.eclipse.mat.ui.rcp/about.mappings
index c42dbd3b..6d778517 100644
--- a/plugins/org.eclipse.mat.ui.rcp/about.mappings
+++ b/plugins/org.eclipse.mat.ui.rcp/about.mappings
@@ -9,6 +9,6 @@
#* IBM Corporation - initial API and implementation and/or initial documentation
#*******************************************************************************
#Build
-0=1.10.0
+0=1.11.0
#Product
-1=1.10.0
+1=1.11.0
diff --git a/plugins/org.eclipse.mat.ui.rcp/pom.xml b/plugins/org.eclipse.mat.ui.rcp/pom.xml
index 65268ef3..e8da615d 100644
--- a/plugins/org.eclipse.mat.ui.rcp/pom.xml
+++ b/plugins/org.eclipse.mat.ui.rcp/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui.rcp</artifactId>
diff --git a/plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF
index edb8df02..66b5e248 100644
--- a/plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.mat.ui;singleton:=true
-Bundle-Version: 1.10.0.qualifier
+Bundle-Version: 1.11.0.qualifier
Bundle-Activator: org.eclipse.mat.ui.MemoryAnalyserPlugin
Require-Bundle: org.eclipse.mat.report;bundle-version="1.5.0",
org.eclipse.mat.api;bundle-version="1.0.0";visibility:=reexport,
diff --git a/plugins/org.eclipse.mat.ui/pom.xml b/plugins/org.eclipse.mat.ui/pom.xml
index 63c7c2b2..9472881c 100644
--- a/plugins/org.eclipse.mat.ui/pom.xml
+++ b/plugins/org.eclipse.mat.ui/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.mat</groupId>
<artifactId>parent</artifactId>
<relativePath>../../parent</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui</artifactId>

Back to the top