Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-06-22 23:54:01 +0000
committerSam Davis2017-06-23 00:08:13 +0000
commit3f95c585c44088133d73c3e8cab480d4ae929769 (patch)
tree2f6a2c1f6de679367995337d020446657717128e /pom.xml
parent1d0db0108c839a8c6e269e79411771dd7fc71ae7 (diff)
downloadorg.eclipse.mylyn.tasks-3f95c585c44088133d73c3e8cab480d4ae929769.tar.gz
org.eclipse.mylyn.tasks-3f95c585c44088133d73c3e8cab480d4ae929769.tar.xz
org.eclipse.mylyn.tasks-3f95c585c44088133d73c3e8cab480d4ae929769.zip
518537: [release] Release Mylyn 3.23.1R_3_23_1
Change-Id: Iab3b14c6ead3742a02bb221b3344edf667804259 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=518537
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ea4a9fdef..aa39e4f53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
- <version>3.23.0-SNAPSHOT</version>
+ <version>3.23.1-SNAPSHOT</version>
<name>Mylyn Tasks</name>
<packaging>pom</packaging>
<properties>
@@ -79,7 +79,7 @@
<artifact>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-target</artifactId>
- <version>3.23.0-SNAPSHOT</version>
+ <version>3.23.1-SNAPSHOT</version>
<classifier>mylyn-tasks-e3.6</classifier>
</artifact>
</target>

Back to the top