Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature')
-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
2 files changed, 2 insertions, 2 deletions
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 29fbad26b..72b83616a 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.23.1.qualifier"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.23.2.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 eb24a2569..f8e1d521b 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.23.1-SNAPSHOT</version>
+ <version>3.23.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.bugzilla.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>

Back to the top