Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.trac-feature')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml6
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index a642d9ffc..74852b007 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -14,11 +14,11 @@
<feature
id="org.eclipse.mylyn.trac_feature"
label="%featureName"
- version="3.25.0.qualifier"
+ version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
- license-feature-version="2.0.0">
+ license-feature-version="2.0.2">
<description url="http://eclipse.org/mylyn">
%description
@@ -33,7 +33,7 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn_feature" version="3.25.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.26.0" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index 8e1f8a5f7..6d9db894c 100644
--- a/org.eclipse.mylyn.trac-feature/pom.xml
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.25.0-SNAPSHOT</version>
+ <version>3.26.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.25.0-SNAPSHOT</version>
+ <version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top