Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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