Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.ide-feature')
-rw-r--r--org.eclipse.mylyn.tasks.ide-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.tasks.ide-feature/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.tasks.ide-feature/feature.xml b/org.eclipse.mylyn.tasks.ide-feature/feature.xml
index 19beec876..b2f3aedd9 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.23.0.qualifier"
+ version="3.24.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
@@ -31,7 +31,7 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn_feature" version="3.23.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.24.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 68a0df980..52fb28519 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.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.ide</artifactId>
- <version>3.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top