Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ritchie2016-04-19 22:07:48 +0000
committerColin Ritchie2016-04-19 22:07:48 +0000
commitde427d8fbc088efffb4857a46d186926db68430d (patch)
treeccffe617f0f7dd2d79eff4ccc9a81a54253b527d /org.eclipse.mylyn.help.ui/pom.xml
parent2f74d874093c2c379ce9d4268e45e8c1a1ff370a (diff)
downloadorg.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.tar.gz
org.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.tar.xz
org.eclipse.mylyn.tasks-de427d8fbc088efffb4857a46d186926db68430d.zip
485582: Upgrade versions 3.19.0 to 3.20.0
Change-Id: I4b20e6222d27afa36d9de4e3be7b64770bc25dd1 https://bugs.eclipse.org/bugs/show_bug.cgi?id=485582
Diffstat (limited to 'org.eclipse.mylyn.help.ui/pom.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index 750cdac0c..bc33b15da 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.19.0-SNAPSHOT</version>
+ <version>3.20.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
- <version>3.19.0-SNAPSHOT</version>
+ <version>3.20.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top