Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ritchie2016-04-19 22:07:48 +0000
committerColin Ritchie2016-04-19 22:07:48 +0000
commitde427d8fbc088efffb4857a46d186926db68430d (patch)
treeccffe617f0f7dd2d79eff4ccc9a81a54253b527d /connector-bugzilla-rest
parent2f74d874093c2c379ce9d4268e45e8c1a1ff370a (diff)
downloadorg.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.tar.gz
org.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.tar.xz
org.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.zip
485582: Upgrade versions 3.19.0 to 3.20.0
Change-Id: I4b20e6222d27afa36d9de4e3be7b64770bc25dd1 https://bugs.eclipse.org/bugs/show_bug.cgi?id=485582
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 02ec48f7f..74c3a931a 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 877140b8c..558d5f473 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 d835cf6db..96a6410d5 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.19.0.qualifier"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.20.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 94b89ca17..07977116c 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 aab533ad4..bce940b08 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 09cbda574..d2f0c8f44 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 6a64f88c9..971897b30 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.19.0-SNAPSHOT</version>
+ <version>3.20.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 ecbd1042d..1be4e22b1 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.19.0-SNAPSHOT</version>
+ <version>3.20.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<packaging>pom</packaging>

Back to the top