Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.ui/pom.xml2
-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.bugs/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml2
-rw-r--r--pom.xml4
28 files changed, 35 insertions, 35 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index b7220446f..ba295d1a7 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.6.2.qualifier"
+ version="3.6.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml
index 01b34ca11..61891ed4e 100644
--- a/org.eclipse.mylyn-feature/pom.xml
+++ b/org.eclipse.mylyn-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn_feature</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-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 d9529f645..5de94addd 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.6.2.qualifier"
+ version="3.6.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
@@ -35,7 +35,7 @@
<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.6.2" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.6.3" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index 6a549ec3a..eaf98ec31 100644
--- a/org.eclipse.mylyn.bugzilla-feature/pom.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index 274ea0407..790f81e6b 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index aa80004fc..fad79d738 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId>
diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml
index ca00e4dcd..2ce825869 100644
--- a/org.eclipse.mylyn.bugzilla.ui/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId>
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
index 64a92b514..9c2991c79 100644
--- a/org.eclipse.mylyn.help.sdk/pom.xml
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.help.sdk</artifactId>
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index ab1cbde57..d5a5b0351 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml
index c6da0b4a8..8ef28d4df 100644
--- a/org.eclipse.mylyn.oslc.core/pom.xml
+++ b/org.eclipse.mylyn.oslc.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.oslc.core</artifactId>
diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml
index 14cf3393b..b25181574 100644
--- a/org.eclipse.mylyn.oslc.tests/pom.xml
+++ b/org.eclipse.mylyn.oslc.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.oslc.tests</artifactId>
diff --git a/org.eclipse.mylyn.oslc.ui/pom.xml b/org.eclipse.mylyn.oslc.ui/pom.xml
index 2ee8614c3..2c73bd99a 100644
--- a/org.eclipse.mylyn.oslc.ui/pom.xml
+++ b/org.eclipse.mylyn.oslc.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.oslc.ui</artifactId>
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index d6254cbc8..8e1860de8 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.6.2.qualifier"
+ version="3.6.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml
index 11214c2b9..9488c3086 100644
--- a/org.eclipse.mylyn.sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.sdk-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.sdk_feature</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index 926e1d00b..37ebd6936 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.bugs</artifactId>
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index 88184cd51..105dfd931 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.core</artifactId>
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
index 90e4bf182..db0cf5190 100644
--- a/org.eclipse.mylyn.tasks.search/pom.xml
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.search</artifactId>
diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml
index 13ea4a818..ca27da400 100644
--- a/org.eclipse.mylyn.tasks.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.tests</artifactId>
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
index 1052fcf4f..b9a89f605 100644
--- a/org.eclipse.mylyn.tasks.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.ui</artifactId>
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 3904936e1..9e891ac5c 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.6.2.qualifier"
+ version="3.6.3.qualifier"
plugin="org.eclipse.mylyn">
<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 8ec6d3344..bb7187878 100644
--- a/org.eclipse.mylyn.test-feature/pom.xml
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.test_feature</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index 0db6239b5..98628a5a1 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tests.util</artifactId>
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 9cff14caa..161aed5fc 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.6.2.qualifier"
+ version="3.6.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index c94bb4a43..103cb9952 100644
--- a/org.eclipse.mylyn.trac-feature/pom.xml
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml
index 6aa073187..81bd81e52 100644
--- a/org.eclipse.mylyn.trac.core/pom.xml
+++ b/org.eclipse.mylyn.trac.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac.core</artifactId>
diff --git a/org.eclipse.mylyn.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml
index 7cb7337bd..d317cff7c 100644
--- a/org.eclipse.mylyn.trac.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac.tests</artifactId>
diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml
index 378cd027e..00aedb3e8 100644
--- a/org.eclipse.mylyn.trac.ui/pom.xml
+++ b/org.eclipse.mylyn.trac.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index b74d9d39a..0d4da0742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>mylyn-parent</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<relativePath>../org.eclipse.mylyn/org.eclipse.mylyn.releng</relativePath>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>mylyn-tasks-parent</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.mylyn-feature</module>

Back to the top