| author | Steffen Pingel | 2012-03-22 11:25:32 (EDT) |
|---|---|---|
| committer | Steffen Pingel | 2012-03-22 11:25:32 (EDT) |
| commit | 184c01b663310ee5e3a1a934bfd724310fe16b40 (patch) (side-by-side diff) | |
| tree | 3420e1cad193e1606bdf62f98cd44f983ea3d05b | |
| parent | 3af55a61f4f17de60be68446ff22496ca8623b61 (diff) | |
| download | org.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.zip org.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.tar.gz org.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.tar.bz2 | |
NEW - bug 373167: [release] plan Mylyn 3.8 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373167
Change-Id: I77c1ba42dff32596a3cff1c0c8ec7bbaf41f979f
56 files changed, 98 insertions, 98 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml index ac9a013..d6b2183 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.8.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -33,19 +33,19 @@ </url> <requires> - <import plugin="org.eclipse.mylyn.commons.net" version="3.7.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.net" version="3.8.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="compatible"/> - <import feature="org.eclipse.mylyn.discovery" version="3.7.0" match="compatible"/> - <import feature="org.eclipse.mylyn.monitor" version="3.7.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons" version="3.7.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.identity" version="0.9.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.repositories" version="0.9.0" match="compatible"/> - <import feature="org.eclipse.mylyn.commons.notifications" version="0.9.0" match="compatible"/> + <import feature="org.eclipse.mylyn.discovery" version="3.8.0" match="compatible"/> + <import feature="org.eclipse.mylyn.monitor" version="3.8.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons" version="3.8.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.identity" version="1.0.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.repositories" version="1.0.0" match="compatible"/> + <import feature="org.eclipse.mylyn.commons.notifications" version="1.0.0" match="compatible"/> </requires> <plugin diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml index 555551c..7b28007 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 424ca59..8bc3ee9 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.8.0.qualifier" provider-name="%providerName" plugin="org.eclipse.mylyn.tasks.core"> @@ -29,14 +29,14 @@ </license> <requires> - <import plugin="org.eclipse.mylyn.commons.net" version="3.7.0" match="compatible"/> - <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.7.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.net" version="3.8.0" match="compatible"/> + <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.8.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 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.8.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml index 3a108f7..ea2858d 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 c22454b..31a094a 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.8.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.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..434730f 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 f4113c1..f9978c9 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.8.0.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..66a4442 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 8d07149..c203b79 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.8.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 36eb4af..a2904a7 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 333a798..0c1e606 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.8.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 b20153f..aa7b8cf 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.sdk</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 9da686b..4adb5d9 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.8.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 9742cad..2f29916 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.help.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 aff2035..480dd3f 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.8.0.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..65b4ee8 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 81dc507..0c36697 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.8.0.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..fe3d4cb 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 3f4313d..7532684 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.8.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 513d9ca..58c77dd 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.oslc.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 f0ec73c..bef6611 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.8.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 948df57..e6aaa72 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.sdk_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 d79e105..4967dd3 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.8.0-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..136cd4f 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.8.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 b736ae6..9180acc 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.bugs</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.0-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..88fef5e 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.8.0.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..0c051bc 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 631d647..ddbac67 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.8.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.7.0" match="equivalent"/> + <import feature="org.eclipse.mylyn_feature" version="3.8.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 ffcfc25..f356407 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.8.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.ide</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 ea5ede4..ddd3baf 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.8.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.7.0" match="compatible"/> + <import feature="org.eclipse.mylyn_feature" version="3.8.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 2139bd1..cb14c66 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.8.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.mylyn.tasks.index</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 782dbeb..a1987c3 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.8.0.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..1a3494a 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.8.0-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.8.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 2d84fbc..55c6550 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.8.0.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..1e69444 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.8.0-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.8.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 a0ca233..d58489e 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.8.0.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..329f91a 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.8.0-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.8.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 52af777..78421c9 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.8.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 09015d9..3aba3af 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.search</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 3ae3738..dee0afd 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.8.0.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..d86e317 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 123cdce..6bb19fc 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.8.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 f756b5a..5256f43 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tasks.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 e6c7bf2..5beee09 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.8.0.qualifier" plugin="org.eclipse.mylyn.tasks.core"> <description url="http://eclipse.org/mylyn"> @@ -28,7 +28,7 @@ </license> <requires> - <import feature="org.eclipse.mylyn.sdk_feature" version="3.7.0"/> + <import feature="org.eclipse.mylyn.sdk_feature" version="3.8.0"/> </requires> <plugin diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml index 6251178..64bd2ad 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.test_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 b71e8e6..3d989ad 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.8.0.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..8650dd5 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.tests.util</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 9f3196f..2e3fb0f 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.8.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.7.0" match="compatible"/> + <import feature="org.eclipse.mylyn_feature" version="3.8.0" match="compatible"/> </requires> <plugin diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml index b8f2cfe..041e0b9 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac_feature</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.0-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..8303e3f 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.8.0.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..b60e2f1 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.core</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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 7ac4503..9cf5031 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.8.0.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..4fc08d3 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.tests</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.0-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..f810812 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.8.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 9ff1d75..fd5e1ce 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.mylyn.tasks</groupId> <artifactId>org.eclipse.mylyn.trac.ui</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.8.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.7.0-SNAPSHOT</version> + <version>3.8.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.7.0-SNAPSHOT</version> + <version>3.8.0-SNAPSHOT</version> <packaging>pom</packaging> <mailingLists> <mailingList> |

