Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-01-13 00:37:11 +0000
committerSam Davis2015-01-13 00:37:11 +0000
commit118b6799f4bade15225a150274c446735b10dd33 (patch)
treebf99843bd971d1413175d242f99b4f2d0cfe2d5e /connector-bugzilla-rest
parent82c9e2252435bc8bc0c915514bb7a913088606a9 (diff)
downloadorg.eclipse.mylyn.tasks-118b6799f4bade15225a150274c446735b10dd33.tar.gz
org.eclipse.mylyn.tasks-118b6799f4bade15225a150274c446735b10dd33.tar.xz
org.eclipse.mylyn.tasks-118b6799f4bade15225a150274c446735b10dd33.zip
445557: update o.e.m.tasks version to 3.15
Change-Id: Ifedf542e8545cd04499bdb904713b454723424b2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445557
Diffstat (limited to 'connector-bugzilla-rest')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml2
-rw-r--r--connector-bugzilla-rest/pom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
index 4c67baf91..150ee0cc8 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.bugzilla.rest.core.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
index 1f816a0f2..7cb859b74 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.rest.core</artifactId>
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
index b720e6183..93eb2476b 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
@@ -31,7 +31,7 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn_feature" version="3.14.0.qualifier"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.15.0.qualifier"/>
</requires>
<plugin
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
index 95cf8a035..495944c3c 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.bugzilla.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
index 4e71c71ed..3f44aa2e7 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.bugzilla.rest.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
index 39b6ab37b..34ce2f243 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.bugzilla.rest.ui.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
index 673351548..1955ca081 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.rest.ui</artifactId>
diff --git a/connector-bugzilla-rest/pom.xml b/connector-bugzilla-rest/pom.xml
index 155b46f1f..3547e89a2 100644
--- a/connector-bugzilla-rest/pom.xml
+++ b/connector-bugzilla-rest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<packaging>pom</packaging>

Back to the top