Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-04-11 17:51:43 +0000
committerGerrit Code Review @ Eclipse.org2017-04-11 20:36:00 +0000
commit027444c29e37a0478645bd6da74185e18add8863 (patch)
treeb0b279d142f8b3aa8370ada17989e1ce37a555cc /org.eclipse.mylyn.bugzilla.ui/pom.xml
parent1cf6eac9ee42682d4011c22f86b11051542475a5 (diff)
downloadorg.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.gz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.xz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.zip
505126: update org.eclipse.mylyn.tasks versions to 3.23
Change-Id: I1e92f72a45e96edb7e975a1ac31c46d10ae01c12 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505126
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/pom.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml
index d4f3558a3..836e71952 100644
--- a/org.eclipse.mylyn.bugzilla.ui/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.22.0-SNAPSHOT</version>
+ <version>3.23.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId>
- <version>3.22.0-SNAPSHOT</version>
+ <version>3.23.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top