| author | Steffen Pingel | 2012-03-22 10:35:19 (EDT) |
|---|---|---|
| committer | Steffen Pingel | 2012-03-22 10:35:19 (EDT) |
| commit | 5a51299bdc2642f6c38cf52b2cb0590f57c1ed0a (patch) (side-by-side diff) | |
| tree | 305564704473bf4b5b995dc1b588e071abbb2834 | |
| parent | 3af55a61f4f17de60be68446ff22496ca8623b61 (diff) | |
| download | org.eclipse.mylyn.tasks-5a51299bdc2642f6c38cf52b2cb0590f57c1ed0a.zip org.eclipse.mylyn.tasks-5a51299bdc2642f6c38cf52b2cb0590f57c1ed0a.tar.gz org.eclipse.mylyn.tasks-5a51299bdc2642f6c38cf52b2cb0590f57c1ed0a.tar.bz2 | |
NEW - bug 375060: [release] plan Mylyn 3.7.1 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375060
Change-Id: I373ad0a65be39e2e03487a67a5584b8d910dddf4
56 files changed, 86 insertions, 86 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml index ac9a013..2ba3530 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.7.0.qualifier" + version="3.7.1.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml index 555551c..d554d85 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 424ca59..69e4201 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.7.0.qualifier" + version="3.7.1.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -36,7 +36,7 @@ <import plugin="javax.xml.bind" version="2.0.0" match="compatible"/> <import plugin="javax.xml.stream" version="1.0.1" match="compatible"/> - <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="equivalent"/> + <import feature="org.eclipse.mylyn_feature" version="3.7.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml index 3a108f7..5d4d513 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 c22454b..fde4642 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)", diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml index 0b7ac36..91e606b 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 f4113c1..3d019cc 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Require-Bundle: org.junit, 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 5a3ea97..add5fd2 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 8d07149..83e819c 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.7.0.qualifier +Bundle-Version: 3.7.1.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 36eb4af..822496b 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 333a798..87383f3 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.7.0.qualifier +Bundle-Version: 3.7.1.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 b20153f..424c739 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.sdk</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 9da686b..aca3e6d 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.7.0.qualifier +Bundle-Version: 3.7.1.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 9742cad..4214e06 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 aff2035..9c5f792 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)", diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml index 6431466..23eaa4f 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 81dc507..b6b5bbb 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Require-Bundle: org.junit, 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 aa881c7..d421d0b 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 3f4313d..96a3120 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.7.0.qualifier +Bundle-Version: 3.7.1.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 513d9ca..c37ceac 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 f0ec73c..710e9a3 100644 --- a/org.eclipse.mylyn.sdk-feature/feature.xml +++ b/org.eclipse.mylyn.sdk-feature/feature.xml @@ -15,7 +15,7 @@ <feature id="org.eclipse.mylyn.sdk_feature" label="%featureName" - version="3.7.0.qualifier" + version="3.7.1.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 948df57..489743d 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.sdk_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 d79e105..88e63c6 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks-site</artifactId> <packaging>eclipse-update-site</packaging> diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF index 6415232..03579de 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.7.0.qualifier +Bundle-Version: 3.7.1.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 b736ae6..3c71f19 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.bugs</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> <packaging>eclipse-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 ced5a57..5dda165 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: J2SE-1.5 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 c0bdd58..b1d72db 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 631d647..63abca3 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.7.0.qualifier" + version="3.7.1.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -29,7 +29,7 @@ </license> <requires> - <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="equivalent"/> + <import feature="org.eclipse.mylyn_feature" version="3.7.1" 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 ffcfc25..3d49a02 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.ide</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 ea5ede4..18f61e2 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.7.0.qualifier" + version="3.7.1.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> diff --git a/org.eclipse.mylyn.tasks.index-feature/pom.xml b/org.eclipse.mylyn.tasks.index-feature/pom.xml index 2139bd1..3767e5b 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.index</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 782dbeb..d30a283 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="3.7.0", diff --git a/org.eclipse.mylyn.tasks.index.core/pom.xml b/org.eclipse.mylyn.tasks.index.core/pom.xml index 71246d4..be44226 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 2d84fbc..df0e7b4 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: Eclipse.org Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: org.junit;bundle-version="4.5.0", diff --git a/org.eclipse.mylyn.tasks.index.tests/pom.xml b/org.eclipse.mylyn.tasks.index.tests/pom.xml index be1608b..d0b7b43 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 a0ca233..e5c0b94 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: org.eclipse.core.runtime, org.eclipse.ui, diff --git a/org.eclipse.mylyn.tasks.index.ui/pom.xml b/org.eclipse.mylyn.tasks.index.ui/pom.xml index 89ae3a4..bd1bff5 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.index.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 52af777..ed8962f 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.7.0.qualifier +Bundle-Version: 3.7.1.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 09015d9..dd55478 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.search</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 3ae3738..cba522e 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Activator: org.eclipse.mylyn.tasks.tests.TasksTestsPlugin Bundle-Vendor: Eclipse Mylyn Require-Bundle: org.junit, diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml index 664dc35..bf91083 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 123cdce..6b37687 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.7.0.qualifier +Bundle-Version: 3.7.1.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 f756b5a..e8a9e45 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 e6c7bf2..55dfeef 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.7.0.qualifier" + version="3.7.1.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 6251178..0629d9a 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.test_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 b71e8e6..e46596d 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: Eclipse Mylyn Require-Bundle: org.junit, org.eclipse.core.resources, diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml index 902e1c0..a13198f 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tests.util</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 9f3196f..8ab918a 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.7.0.qualifier" + version="3.7.1.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml index b8f2cfe..6c860e1 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF index 74bf3c3..fe54dec 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)", diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml index b2e2893..fcb5bb3 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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 7ac4503..7668198 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.7.0.qualifier +Bundle-Version: 3.7.1.qualifier Require-Bundle: org.junit, 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 1365706..304f6df 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> <test.suite>${project.artifactId}.AllTracTests</test.suite> diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF index 3a3c5ec..83a440d 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.7.0.qualifier +Bundle-Version: 3.7.1.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 9ff1d75..a36b8cd 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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.1-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.7.0-SNAPSHOT</version> + <version>3.7.1-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.7.0-SNAPSHOT</version> + <version>3.7.1-SNAPSHOT</version> <packaging>pom</packaging> <mailingLists> <mailingList> |

