Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrum Tsvetkov2011-05-11 08:18:01 +0000
committerKrum Tsvetkov2011-05-11 08:18:01 +0000
commit8a0bc698c310f3ebcc7e0bd1aee886ef513767d2 (patch)
tree7f7778fc0780eebf27905a2853e3c08c195e8b4c /plugins
parent3e5f13b2d9d524c1557f6309760c43f25b0f7511 (diff)
downloadorg.eclipse.mat-8a0bc698c310f3ebcc7e0bd1aee886ef513767d2.tar.gz
org.eclipse.mat-8a0bc698c310f3ebcc7e0bd1aee886ef513767d2.tar.xz
org.eclipse.mat-8a0bc698c310f3ebcc7e0bd1aee886ef513767d2.zip
345275: Change versions to 1.1.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=345275
Diffstat (limited to 'plugins')
-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.xml4
-rw-r--r--plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.chart.ui/pom.xml4
-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.MF2
-rw-r--r--plugins/org.eclipse.mat.hprof/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.ibmdumps/META-INF/MANIFEST.MF4
-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.xml4
-rw-r--r--plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.parser/pom.xml4
-rw-r--r--plugins/org.eclipse.mat.report/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.report/pom.xml4
-rw-r--r--plugins/org.eclipse.mat.tests.junit/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.tests.junit/pom.xml2
-rw-r--r--plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF2
-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.xml4
-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/mat.product10
-rw-r--r--plugins/org.eclipse.mat.ui.rcp/pom.xml4
-rw-r--r--plugins/org.eclipse.mat.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.mat.ui/pom.xml4
35 files changed, 49 insertions, 49 deletions
diff --git a/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.api/META-INF/MANIFEST.MF
index 55e76129..8f400a11 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.0.100.qualifier
+Bundle-Version: 1.1.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 d7dc4ea9..cb7ccdc5 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.0.100
+0=1.1.0
diff --git a/plugins/org.eclipse.mat.api/pom.xml b/plugins/org.eclipse.mat.api/pom.xml
index ba368f39..0ec8fff7 100644
--- a/plugins/org.eclipse.mat.api/pom.xml
+++ b/plugins/org.eclipse.mat.api/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 SAP AG.
+ Copyright (c) 2010, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 ed685c8b..55d33ac8 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.0.100.qualifier
+Bundle-Version: 1.1.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 4653bc33..f72e0594 100644
--- a/plugins/org.eclipse.mat.chart.ui/pom.xml
+++ b/plugins/org.eclipse.mat.chart.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 SAP AG and others.
+ Copyright (c) 2010, 2011 SAP AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 390afa17..fc6175af 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.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0",
org.eclipse.birt.chart.engine;bundle-version="2.3.0"
Export-Package: org.eclipse.mat.impl.chart;x-friends:="org.eclipse.mat.chart.ui"
diff --git a/plugins/org.eclipse.mat.chart/about.mappings b/plugins/org.eclipse.mat.chart/about.mappings
index d7dc4ea9..cb7ccdc5 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.0.100
+0=1.1.0
diff --git a/plugins/org.eclipse.mat.chart/pom.xml b/plugins/org.eclipse.mat.chart/pom.xml
index 333a591f..844eb992 100644
--- a/plugins/org.eclipse.mat.chart/pom.xml
+++ b/plugins/org.eclipse.mat.chart/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 a4c8f4aa..77dd0890 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.0.100.qualifier
+Bundle-Version: 1.1.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.3.100",
diff --git a/plugins/org.eclipse.mat.dtfj/pom.xml b/plugins/org.eclipse.mat.dtfj/pom.xml
index edb2c8c2..830a4c94 100644
--- a/plugins/org.eclipse.mat.dtfj/pom.xml
+++ b/plugins/org.eclipse.mat.dtfj/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 8b1124b5..cff57e4e 100644
--- a/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.hprof/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.hprof;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.mat.parser;bundle-version="1.0.0",
org.eclipse.core.runtime;bundle-version="3.3.100"
diff --git a/plugins/org.eclipse.mat.hprof/pom.xml b/plugins/org.eclipse.mat.hprof/pom.xml
index b5560225..8e97b6c3 100644
--- a/plugins/org.eclipse.mat.hprof/pom.xml
+++ b/plugins/org.eclipse.mat.hprof/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 5e5f7e6c..91d9fcb6 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.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Class-Path: bin/
Export-Package: org.eclipse.mat.ibmvm.acquire,
org.eclipse.mat.ibmvm.agent
@@ -15,7 +15,7 @@ Bundle-ClassPath: bin/,
classes/,
.
Bundle-Localization: plugin
-Bundle-Copyright: Copyright (c) 2011 IBM Corporation.
+Bundle-Copyright: Copyright (c) 2010, 2011 IBM Corporation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.mat.ibmdumps/pom.xml b/plugins/org.eclipse.mat.ibmdumps/pom.xml
index e1a3a23d..01da59cb 100644
--- a/plugins/org.eclipse.mat.ibmdumps/pom.xml
+++ b/plugins/org.eclipse.mat.ibmdumps/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 099eff07..44446022 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.0.100.qualifier
+Bundle-Version: 1.1.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 919c143f..38d7e0a8 100644
--- a/plugins/org.eclipse.mat.jdt/pom.xml
+++ b/plugins/org.eclipse.mat.jdt/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 b8b3e5e9..37a0de0e 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.0.100.qualifier
+Bundle-Version: 1.1.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 68819fbb..7651335c 100644
--- a/plugins/org.eclipse.mat.jruby.resolver/pom.xml
+++ b/plugins/org.eclipse.mat.jruby.resolver/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2008, 2010 SAP AG.
+ Copyright (c) 2008, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 5bfb603c..62cd66c3 100644
--- a/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.parser;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.1.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",
diff --git a/plugins/org.eclipse.mat.parser/pom.xml b/plugins/org.eclipse.mat.parser/pom.xml
index bf75ef2f..58d3c727 100644
--- a/plugins/org.eclipse.mat.parser/pom.xml
+++ b/plugins/org.eclipse.mat.parser/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2008, 2010 SAP AG.
+ Copyright (c) 2008, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 64348fba..e3af324e 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.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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 c8d0a7f2..8541d006 100644
--- a/plugins/org.eclipse.mat.report/pom.xml
+++ b/plugins/org.eclipse.mat.report/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2008, 2010 SAP AG.
+ Copyright (c) 2008, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.report</artifactId>
diff --git a/plugins/org.eclipse.mat.tests.junit/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.tests.junit/META-INF/MANIFEST.MF
index ca6409b9..e1b3a761 100644
--- a/plugins/org.eclipse.mat.tests.junit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.tests.junit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Junit Fragment
Bundle-SymbolicName: org.eclipse.mat.tests.junit
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Fragment-Host: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4;bundle-version="4.3.1"
diff --git a/plugins/org.eclipse.mat.tests.junit/pom.xml b/plugins/org.eclipse.mat.tests.junit/pom.xml
index 4f8d0d5a..75cb6ee6 100644
--- a/plugins/org.eclipse.mat.tests.junit/pom.xml
+++ b/plugins/org.eclipse.mat.tests.junit/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.tests.junit</artifactId>
diff --git a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
index 67b6c1d5..690d9370 100644
--- a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.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.tests;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0",
org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.mat.tests/pom.xml b/plugins/org.eclipse.mat.tests/pom.xml
index 833040cf..b94699e1 100644
--- a/plugins/org.eclipse.mat.tests/pom.xml
+++ b/plugins/org.eclipse.mat.tests/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 b3c967f7..ce1aaf4e 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.0.100.qualifier
+Bundle-Version: 1.1.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 a2ec6185..9144f686 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.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100",
org.eclipse.ui;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 51ff84ae..3a710bc0 100644
--- a/plugins/org.eclipse.mat.ui.help/pom.xml
+++ b/plugins/org.eclipse.mat.ui.help/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 SAP AG.
+ Copyright (c) 2010, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui.help</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 a98ba668..36d47532 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.0.100.qualifier
+Bundle-Version: 1.1.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 a7ea4974..f45ad0ec 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.0.100
+0=1.1.0
#Product
-1=1.0.100
+1=1.1.0
diff --git a/plugins/org.eclipse.mat.ui.rcp/mat.product b/plugins/org.eclipse.mat.ui.rcp/mat.product
index 34d0306d..b2a9a7c1 100644
--- a/plugins/org.eclipse.mat.ui.rcp/mat.product
+++ b/plugins/org.eclipse.mat.ui.rcp/mat.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="%product.appName" uid="org.eclipse.mat.ui.rcp.MemoryAnalyzer" id="org.eclipse.mat.ui.rcp.MemoryAnalyzer" application="org.eclipse.mat.ui.rcp.application" version="1.0.100" useFeatures="true" includeLaunchers="true">
+<product name="%product.appName" uid="org.eclipse.mat.ui.rcp.MemoryAnalyzer" id="org.eclipse.mat.ui.rcp.MemoryAnalyzer" application="org.eclipse.mat.ui.rcp.application" version="1.1.0" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.mat.ui.rcp/icons/eclipse_lg.gif"/>
@@ -40,10 +40,10 @@
</plugins>
<features>
- <feature id="org.eclipse.mat.dependencies.feature" version="1.0.100.qualifier"/>
- <feature id="org.eclipse.mat.feature" version="1.0.100.qualifier"/>
- <feature id="org.eclipse.mat.chart.feature" version="1.0.100.qualifier"/>
- <feature id="org.eclipse.mat.ui.rcp.feature" version="1.0.100.qualifier"/>
+ <feature id="org.eclipse.mat.dependencies.feature" version="1.1.0.qualifier"/>
+ <feature id="org.eclipse.mat.feature" version="1.1.0.qualifier"/>
+ <feature id="org.eclipse.mat.chart.feature" version="1.1.0.qualifier"/>
+ <feature id="org.eclipse.mat.ui.rcp.feature" version="1.1.0.qualifier"/>
</features>
<configurations>
diff --git a/plugins/org.eclipse.mat.ui.rcp/pom.xml b/plugins/org.eclipse.mat.ui.rcp/pom.xml
index 000cff58..5813e4f4 100644
--- a/plugins/org.eclipse.mat.ui.rcp/pom.xml
+++ b/plugins/org.eclipse.mat.ui.rcp/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 SAP AG.
+ Copyright (c) 2010, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.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 1354125e..1be82bb6 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.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.mat.ui.MemoryAnalyserPlugin
Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="3.3.100",
diff --git a/plugins/org.eclipse.mat.ui/pom.xml b/plugins/org.eclipse.mat.ui/pom.xml
index 011e0fbc..15a316d7 100644
--- a/plugins/org.eclipse.mat.ui/pom.xml
+++ b/plugins/org.eclipse.mat.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 SAP AG.
+ Copyright (c) 2010, 2011 SAP AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mat</groupId>
<artifactId>plugins</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mat.ui</artifactId>

Back to the top