Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-11-27 21:25:59 +0000
committerSam Davis2017-11-27 21:25:59 +0000
commit34e0f06b180b106d1852c113e6530b688df0c759 (patch)
tree897d2258e56c75dc7a9f5d29b3fda48ee440efc5 /org.eclipse.mylyn.tasks.core/pom.xml
parent4ccf7d8ad0f346062085775b6d47b30daa613105 (diff)
downloadorg.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.tar.gz
org.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.tar.xz
org.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.zip
527820: update org.eclipse.mylyn.tasks versions to 3.23.2R_3_23_2
Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=527820
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index 01926525b..19589c5c8 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.23.1-SNAPSHOT</version>
+ <version>3.23.2-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.core</artifactId>
- <version>3.23.1-SNAPSHOT</version>
+ <version>3.23.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top