Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ritchie2019-07-31 21:21:34 +0000
committerSam Davis2019-09-30 21:29:00 +0000
commit4796b1756aa4008800355c33b6436adcae3dd1c2 (patch)
treeab0eefaf8e8ebb66599724de9e0739cfa97e0cc1 /org.eclipse.mylyn.tasks.ui/pom.xml
parent8d4d6dae386e37a9d0507f9dda1b2817050b9179 (diff)
downloadorg.eclipse.mylyn.tasks-4796b1756aa4008800355c33b6436adcae3dd1c2.tar.gz
org.eclipse.mylyn.tasks-4796b1756aa4008800355c33b6436adcae3dd1c2.tar.xz
org.eclipse.mylyn.tasks-4796b1756aa4008800355c33b6436adcae3dd1c2.zip
548295: update org.eclipse.mylyn.tasks versions to 3.26
Change-Id: I7afb5a9bd14643dce4695a29e071dbc3644c4128 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=548295 (+1 squashed commit) Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
index 294560bdc..0731837bd 100644
--- a/org.eclipse.mylyn.tasks.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -5,11 +5,11 @@
<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.tasks.ui</artifactId>
- <version>3.25.0-SNAPSHOT</version>
+ <version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top