diff options
author | Steffen Pingel | 2013-06-21 09:06:13 -0400 |
---|---|---|
committer | Steffen Pingel | 2013-06-24 06:20:34 -0400 |
commit | 30174f2aa1289d3bbee0fa97b045e6966d2e165a (patch) | |
tree | d5a90e8c079fff75abbee439a9b043f86a8d3b6e | |
parent | bcecad2b176b786f6f37ee038df209d174e32539 (diff) | |
download | org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.zip org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.gz org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.xz |
409767: update versions to 3.10
Change-Id: I984c7713a6f39a16d44bee852ddd6affe80d739f
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409767
70 files changed, 117 insertions, 117 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml index 75af49f..9df3572 100644 --- a/org.eclipse.mylyn-feature/feature.xml +++ b/org.eclipse.mylyn-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn_feature" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -33,18 +33,18 @@ </url> <requires> - <import plugin="org.eclipse.mylyn.commons.net" version="3.9.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.net" version="3.10.0" match="compatible"/> <import plugin="org.apache.commons.codec" version="1.3.0" match="compatible"/> <import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/> <import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/> <import plugin="org.apache.commons.httpclient" version="3.1.0" match="compatible"/> <import plugin="org.apache.lucene.core" version="2.9.1" match="greaterOrEqual"/> - <import feature="org.eclipse.mylyn.discovery" version="3.9.0" match="compatible"/> - <import feature="org.eclipse.mylyn.monitor" version="3.9.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons" version="3.9.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.identity" version="1.1.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.repositories" version="1.1.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.notifications" version="1.1.0" match="compatible"/> + <import feature="org.eclipse.mylyn.discovery" version="3.10.0" match="compatible"/> + <import feature="org.eclipse.mylyn.monitor" version="3.10.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons" version="3.10.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.identity" version="1.2.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.repositories" version="1.2.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.notifications" version="1.2.0" match="compatible"/> </requires> <plugin diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml index b45abf7..c65a77c 100644 --- a/org.eclipse.mylyn-feature/pom.xml +++ b/org.eclipse.mylyn-feature/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn_feature</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml index 58fa52b..2b8dbbf 100644 --- a/org.eclipse.mylyn.bugzilla-feature/feature.xml +++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn.bugzilla_feature" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -29,12 +29,12 @@ </license> <requires> - <import plugin="org.eclipse.mylyn.commons.net" version="3.9.0" match="compatible"/> - <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.9.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.net" version="3.10.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.10.0" match="compatible"/> <import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/> <import plugin="org.apache.ws.commons.util" version="1.0.1" match="compatible"/> - <import feature="org.eclipse.mylyn_feature" version="3.9.0" match="equivalent"/> + <import feature="org.eclipse.mylyn_feature" version="3.10.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml index 62566dd..5afe30f 100644 --- a/org.eclipse.mylyn.bugzilla-feature/pom.xml +++ b/org.eclipse.mylyn.bugzilla-feature/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF index 24c172b..36fb16b 100644 --- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)", diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml index 593feb8..b4dcb71 100644 --- a/org.eclipse.mylyn.bugzilla.core/pom.xml +++ b/org.eclipse.mylyn.bugzilla.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF index f27c3fb..d38c511 100644 --- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Bugzilla Connector Tests Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: org.junit;bundle-version="4.8.2", org.eclipse.compare, org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml index 557fb16..b4b6fde 100644 --- a/org.eclipse.mylyn.bugzilla.tests/pom.xml +++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> <test.suite>${project.artifactId}.AllBugzillaTests</test.suite> diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF index ee9ab22..e5aa4d0 100644 --- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.ui; singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.ui.BugzillaUiPlugin Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.ui, diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml index 8955edc..77e1aa8 100644 --- a/org.eclipse.mylyn.bugzilla.ui/pom.xml +++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF index 4caba99..e64d00b 100644 --- a/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.help.sdk;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-ActivationPolicy: lazy Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.help diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml index 332ce1d..df02fdd 100644 --- a/org.eclipse.mylyn.help.sdk/pom.xml +++ b/org.eclipse.mylyn.help.sdk/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.sdk</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF index 4a6aeb0..987e994 100644 --- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.help.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-ActivationPolicy: lazy Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml index ce9e0d6..63a475b 100644 --- a/org.eclipse.mylyn.help.ui/pom.xml +++ b/org.eclipse.mylyn.help.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF index e7efcf1..4dc0f2d 100644 --- a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.oslc.core;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)", diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml index 7977818..c2d608c 100644 --- a/org.eclipse.mylyn.oslc.core/pom.xml +++ b/org.eclipse.mylyn.oslc.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF index 3be8388..7212be9 100644 --- a/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.oslc.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: org.junit;bundle-version="4.8.2", org.eclipse.core.runtime, org.eclipse.mylyn.commons.core, diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml index 1371bf4..f82b1d1 100644 --- a/org.eclipse.mylyn.oslc.tests/pom.xml +++ b/org.eclipse.mylyn.oslc.tests/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF index 3c36019..9a74c95 100644 --- a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.oslc.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.oslc.ui/pom.xml b/org.eclipse.mylyn.oslc.ui/pom.xml index eb2329f..6ecddb3 100644 --- a/org.eclipse.mylyn.oslc.ui/pom.xml +++ b/org.eclipse.mylyn.oslc.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml index b6547ff..72a89d9 100644 --- a/org.eclipse.mylyn.sdk-feature/feature.xml +++ b/org.eclipse.mylyn.sdk-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn.sdk_feature" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml index b7f8bce..0907d35 100644 --- a/org.eclipse.mylyn.sdk-feature/pom.xml +++ b/org.eclipse.mylyn.sdk-feature/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.sdk_feature</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.tasks-site/pom.xml b/org.eclipse.mylyn.tasks-site/pom.xml index 1def5ca..3ef1385 100644 --- a/org.eclipse.mylyn.tasks-site/pom.xml +++ b/org.eclipse.mylyn.tasks-site/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks-site</artifactId> <packaging>eclipse-update-site</packaging> diff --git a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target index 949426f..288d07f 100644 --- a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target +++ b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target @@ -20,11 +20,11 @@ <repository location="http://download.eclipse.org/releases/galileo"/> </location> <location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit"> +<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/> <unit id="org.eclipse.mylyn.commons.tck.feature.group" version="0.0.0"/> <repository location="http://download.eclipse.org/mylyn/snapshots/nightly/commons"/> </location> <location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit"> -<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/> <unit id="org.eclipse.mylyn.context.core" version="0.0.0"/> <repository location="http://download.eclipse.org/mylyn/snapshots/3.9"/> </location> diff --git a/org.eclipse.mylyn.tasks-target/pom.xml b/org.eclipse.mylyn.tasks-target/pom.xml index c416cf9..22860b3 100644 --- a/org.eclipse.mylyn.tasks-target/pom.xml +++ b/org.eclipse.mylyn.tasks-target/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks-target</artifactId> <packaging>pom</packaging> diff --git a/org.eclipse.mylyn.tasks.activity.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.core/META-INF/MANIFEST.MF index 0b76230..c0980c8 100644 --- a/org.eclipse.mylyn.tasks.activity.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.activity.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.core;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.tasks.activity.core/pom.xml b/org.eclipse.mylyn.tasks.activity.core/pom.xml index f21a556..435767d 100644 --- a/org.eclipse.mylyn.tasks.activity.core/pom.xml +++ b/org.eclipse.mylyn.tasks.activity.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.activity.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF index aad2ef2..f35bf81 100644 --- a/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tasks Activity Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.tests -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse Mylyn Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.junit;bundle-version="4.8.2", diff --git a/org.eclipse.mylyn.tasks.activity.tests/pom.xml b/org.eclipse.mylyn.tasks.activity.tests/pom.xml index 95523b6..135664a 100644 --- a/org.eclipse.mylyn.tasks.activity.tests/pom.xml +++ b/org.eclipse.mylyn.tasks.activity.tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.activity.tests</artifactId> <packaging>eclipse-test-plugin</packaging> diff --git a/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF index 2ce8d73..d801e6d 100644 --- a/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.ui, diff --git a/org.eclipse.mylyn.tasks.activity.ui/pom.xml b/org.eclipse.mylyn.tasks.activity.ui/pom.xml index 3b84d65..86fff3a 100644 --- a/org.eclipse.mylyn.tasks.activity.ui/pom.xml +++ b/org.eclipse.mylyn.tasks.activity.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.activity.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF index 5ba072b..611a6dd 100644 --- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.bugs;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.ui, diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml index c48e2e4..3daea99 100644 --- a/org.eclipse.mylyn.tasks.bugs/pom.xml +++ b/org.eclipse.mylyn.tasks.bugs/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.bugs</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF index 499f249..96b5b11 100644 --- a/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Tasks Framework Tests Bundle-SymbolicName: org.eclipse.mylyn.tasks.core.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse Mylyn Fragment-Host: org.eclipse.mylyn.tasks.core Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.mylyn.tasks.core.tests/pom.xml b/org.eclipse.mylyn.tasks.core.tests/pom.xml index d41aff8..d63a133 100644 --- a/org.eclipse.mylyn.tasks.core.tests/pom.xml +++ b/org.eclipse.mylyn.tasks.core.tests/pom.xml @@ -6,10 +6,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.core.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF index fa7eb7a..b449a9c 100644 --- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml index 132f175..1547fc4 100644 --- a/org.eclipse.mylyn.tasks.core/pom.xml +++ b/org.eclipse.mylyn.tasks.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.ide-feature/feature.xml b/org.eclipse.mylyn.tasks.ide-feature/feature.xml index 861e500..51ca826 100644 --- a/org.eclipse.mylyn.tasks.ide-feature/feature.xml +++ b/org.eclipse.mylyn.tasks.ide-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn.tasks.ide" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -29,7 +29,7 @@ </license> <requires> - <import feature="org.eclipse.mylyn_feature" version="3.9.0" match="equivalent"/> + <import feature="org.eclipse.mylyn_feature" version="3.10.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.mylyn.tasks.ide-feature/pom.xml b/org.eclipse.mylyn.tasks.ide-feature/pom.xml index a819a50..1992f50 100644 --- a/org.eclipse.mylyn.tasks.ide-feature/pom.xml +++ b/org.eclipse.mylyn.tasks.ide-feature/pom.xml @@ -5,9 +5,9 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.ide</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.xml b/org.eclipse.mylyn.tasks.index-feature/feature.xml index fb7784e..6d6503a 100644 --- a/org.eclipse.mylyn.tasks.index-feature/feature.xml +++ b/org.eclipse.mylyn.tasks.index-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.mylyn.tasks.index" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -19,7 +19,7 @@ </license> <requires> - <import feature="org.eclipse.mylyn_feature" version="3.9.0" match="compatible"/> + <import feature="org.eclipse.mylyn_feature" version="3.10.0" match="compatible"/> </requires> <plugin diff --git a/org.eclipse.mylyn.tasks.index-feature/pom.xml b/org.eclipse.mylyn.tasks.index-feature/pom.xml index fb62c9b..5b4057b 100644 --- a/org.eclipse.mylyn.tasks.index-feature/pom.xml +++ b/org.eclipse.mylyn.tasks.index-feature/pom.xml @@ -7,10 +7,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.index</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF index a5cd87b..ef56390 100644 --- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.core -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="3.8.0", diff --git a/org.eclipse.mylyn.tasks.index.core/pom.xml b/org.eclipse.mylyn.tasks.index.core/pom.xml index 13aed64..3b06129 100644 --- a/org.eclipse.mylyn.tasks.index.core/pom.xml +++ b/org.eclipse.mylyn.tasks.index.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF index c48e5f9..abb7e93 100644 --- a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tasks Index Tests Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse.org Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.junit;bundle-version="4.8.2", diff --git a/org.eclipse.mylyn.tasks.index.tests/pom.xml b/org.eclipse.mylyn.tasks.index.tests/pom.xml index e0cedbf..934e211 100644 --- a/org.eclipse.mylyn.tasks.index.tests/pom.xml +++ b/org.eclipse.mylyn.tasks.index.tests/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF index 9261f09..fa16d60 100644 --- a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.tasks.index.ui/pom.xml b/org.eclipse.mylyn.tasks.index.ui/pom.xml index 42da99d..fba53de 100644 --- a/org.eclipse.mylyn.tasks.index.ui/pom.xml +++ b/org.eclipse.mylyn.tasks.index.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF index 46cdf00..debfb6f 100644 --- a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.search;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: org.eclipse.core.runtime, org.eclipse.search, org.eclipse.ui, diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml index ba6ea1e..0141d7e 100644 --- a/org.eclipse.mylyn.tasks.search/pom.xml +++ b/org.eclipse.mylyn.tasks.search/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.search</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF index 35965e2..2c8efa2 100644 --- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Tasks Tests Bundle-SymbolicName: org.eclipse.mylyn.tasks.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.eclipse.mylyn.tasks.tests.TasksTestsPlugin Bundle-Vendor: Eclipse Mylyn Require-Bundle: org.junit;bundle-version="4.8.2", diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml index 3f7f9c9..1632382 100644 --- a/org.eclipse.mylyn.tasks.tests/pom.xml +++ b/org.eclipse.mylyn.tasks.tests/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> <test.suite>${project.artifactId}.AllTasksTests</test.suite> diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF index 54e6af3..855bc88 100644 --- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin Require-Bundle: org.eclipse.ui, org.eclipse.compare, diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml index 758078e..1b35969 100644 --- a/org.eclipse.mylyn.tasks.ui/pom.xml +++ b/org.eclipse.mylyn.tasks.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml index ea41b5c..bb3eec8 100644 --- a/org.eclipse.mylyn.test-feature/feature.xml +++ b/org.eclipse.mylyn.test-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn.test_feature" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" plugin="org.eclipse.mylyn.tasks.core"> <description url="http://eclipse.org/mylyn"> diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml index e5792bf..0589a32 100644 --- a/org.eclipse.mylyn.test-feature/pom.xml +++ b/org.eclipse.mylyn.test-feature/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.test_feature</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF index 85169be..6a46d25 100644 --- a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Tasks SDK Utilities Bundle-SymbolicName: org.eclipse.mylyn.tests.util -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse Mylyn Require-Bundle: org.junit;bundle-version="4.8.2", org.eclipse.core.resources, diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml index d481f3a..09371cd 100644 --- a/org.eclipse.mylyn.tests.util/pom.xml +++ b/org.eclipse.mylyn.tests.util/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tests.util</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml index 35bb25b..cbdcb1b 100644 --- a/org.eclipse.mylyn.trac-feature/feature.xml +++ b/org.eclipse.mylyn.trac-feature/feature.xml @@ -12,7 +12,7 @@ <feature id="org.eclipse.mylyn.trac_feature" label="%featureName" - version="3.9.0.qualifier" + version="3.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -29,7 +29,7 @@ </license> <requires> - <import feature="org.eclipse.mylyn_feature" version="3.9.0" match="compatible"/> + <import feature="org.eclipse.mylyn_feature" version="3.10.0" match="compatible"/> </requires> <plugin diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml index 2916552..bce2a89 100644 --- a/org.eclipse.mylyn.trac-feature/pom.xml +++ b/org.eclipse.mylyn.trac-feature/pom.xml @@ -5,10 +5,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac_feature</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF index a90519f..93f7320 100644 --- a/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Trac Tests Bundle-SymbolicName: org.eclipse.mylyn.trac.core.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse Mylyn Fragment-Host: org.eclipse.mylyn.trac.core Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.mylyn.trac.core.tests/pom.xml b/org.eclipse.mylyn.trac.core.tests/pom.xml index 8d6a5d9..7dad4be 100644 --- a/org.eclipse.mylyn.trac.core.tests/pom.xml +++ b/org.eclipse.mylyn.trac.core.tests/pom.xml @@ -6,10 +6,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.trac.core.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF index 3847b7d..810d47f 100644 --- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.trac.core;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)", diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml index 749d4fa..53c91ff 100644 --- a/org.eclipse.mylyn.trac.core/pom.xml +++ b/org.eclipse.mylyn.trac.core/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.core</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF index 7ff08a4..7e0fa90 100644 --- a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Trac Connector Tests Bundle-SymbolicName: org.eclipse.mylyn.trac.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: org.junit;bundle-version="4.8.2", org.eclipse.core.runtime, org.eclipse.jface.text, diff --git a/org.eclipse.mylyn.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml index 6e5655d..ac5dcd3 100644 --- a/org.eclipse.mylyn.trac.tests/pom.xml +++ b/org.eclipse.mylyn.trac.tests/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> <test.suite>${project.artifactId}.AllTracTests</test.suite> diff --git a/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF index a77dea6..5e4d8e7 100644 --- a/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Trac Tests Bundle-SymbolicName: org.eclipse.mylyn.trac.ui.tests;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Eclipse Mylyn Fragment-Host: org.eclipse.mylyn.trac.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.mylyn.trac.ui.tests/pom.xml b/org.eclipse.mylyn.trac.ui.tests/pom.xml index 2a6285f..0033c47 100644 --- a/org.eclipse.mylyn.trac.ui.tests/pom.xml +++ b/org.eclipse.mylyn.trac.ui.tests/pom.xml @@ -6,10 +6,10 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.trac.ui.tests</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <build> <plugins> diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF index 3aa93e3..631320d 100644 --- a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.trac.ui;singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.trac.ui.TracUiPlugin Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml index b26a503..8c9fdea 100644 --- a/org.eclipse.mylyn.trac.ui/pom.xml +++ b/org.eclipse.mylyn.trac.ui/pom.xml @@ -5,11 +5,11 @@ <parent> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> <groupId>org.eclipse.mylyn.tasks</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.ui</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> @@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.mylyn</groupId> <artifactId>org.eclipse.mylyn-parent</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <relativePath>../org.eclipse.mylyn/org.eclipse.mylyn-parent</relativePath> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks-parent</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.tasks.git</tycho.scmUrl> @@ -73,7 +73,7 @@ <artifact> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks-target</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <classifier>mylyn-tasks-e3.5</classifier> </artifact> </target> |