Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2018-06-22 19:53:30 +0000
committerSam Davis2018-06-22 19:53:30 +0000
commit69394d2e008d2f1139993f4b42f8622df2a61378 (patch)
treef3be892f84494294825637cfb5c29ac432a8ad17 /org.eclipse.mylyn.trac-feature
parent34e0f06b180b106d1852c113e6530b688df0c759 (diff)
downloadorg.eclipse.mylyn.tasks-69394d2e008d2f1139993f4b42f8622df2a61378.tar.gz
org.eclipse.mylyn.tasks-69394d2e008d2f1139993f4b42f8622df2a61378.tar.xz
org.eclipse.mylyn.tasks-69394d2e008d2f1139993f4b42f8622df2a61378.zip
536199: update org.eclipse.mylyn.tasks versions to 3.23.3
Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536199
Diffstat (limited to 'org.eclipse.mylyn.trac-feature')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index b3e62142d..2d889b4dd 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.trac_feature"
label="%featureName"
- version="3.23.2.qualifier"
+ version="3.23.3.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.2" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.23.3" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index 51912d289..3819e0703 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.23.2-SNAPSHOT</version>
+ <version>3.23.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.23.2-SNAPSHOT</version>
+ <version>3.23.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top