Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml16
-rw-r--r--org.eclipse.mylyn-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml8
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.oslc.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.oslc.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.sdk-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks-site/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.ide-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.tasks.ide-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.index-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.tasks.index-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.index.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml4
-rw-r--r--pom.xml4
56 files changed, 98 insertions, 98 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index ac9a0138f..d6b2183ba 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 555551c07..7b2800715 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 424ca59ab..8bc3ee9f8 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 3a108f7bd..ea2858df5 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 c22454bf9..31a094a70 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 0b7ac3654..434730f51 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 f4113c1af..f9978c9c5 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 5a3ea9799..66a44423a 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 8d07149e9..c203b797f 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 36eb4af13..a2904a71f 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 333a79832..0c1e60677 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 b20153f70..aa7b8cfe3 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 9da686bfa..4adb5d9dc 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 9742cadb7..2f29916e7 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 aff20353c..480dd3feb 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 6431466fb..65b4ee890 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 81dc507a3..0c36697f2 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 aa881c7f3..fe3d4cb05 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 3f4313dcc..753268438 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 513d9cabb..58c77dd92 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 f0ec73c23..bef66115b 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 948df577e..e6aaa723c 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 d79e1053e..4967dd325 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 641523235..136cd4f11 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 b736ae69c..9180accbe 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 ced5a5767..88fef5e84 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 c0bdd587d..0c051bcb1 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 631d647e6..ddbac6741 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 ffcfc25b8..f35640755 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 ea5ede451..ddd3baf7d 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 2139bd183..cb14c6646 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 782dbeb22..a1987c324 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 71246d467..1a3494af9 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 2d84fbcfa..55c655013 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 be1608b45..1e6944400 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 a0ca23325..d58489efa 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 89ae3a41d..329f91aaf 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 52af77776..78421c9e0 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 09015d995..3aba3afc7 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 3ae3738c8..dee0afd78 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 664dc354d..d86e31761 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 123cdcefe..6bb19fcd0 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 f756b5acf..5256f43cf 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 e6c7bf220..5beee097c 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 6251178de..64bd2ad55 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 b71e8e6d1..3d989ad3b 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 902e1c073..8650dd500 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 9f3196f0a..2e3fb0f0a 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 b8f2cfec1..041e0b915 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 74bf3c37b..8303e3f13 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 b2e289323..b60e2f1a9 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 7ac450301..9cf503168 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 13657065a..4fc08d387 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 3a3c5ec71..f81081251 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 9ff1d7592..fd5e1ce0b 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>
diff --git a/pom.xml b/pom.xml
index e35a8209a..33095e598 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Back to the top