Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-27 23:45:31 +0000
committerspingel2011-03-27 23:45:31 +0000
commitd7752fbd64b71c8d0136ed118608e9600f5da3a2 (patch)
tree4b12ed97ea176c00db75ac87bc4f98b39e9fef12 /org.eclipse.mylyn.help.ui/pom.xml
parent74e62d0fb5b85f9ca822cafda26ef3b401b8aa4b (diff)
downloadorg.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.tar.gz
org.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.tar.xz
org.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.zip
NEW - bug 338264: [release] plan Mylyn 3.6 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=338264
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 c4fc1edef..e18c18216 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-mylyn-parent</artifactId>
<groupId>org.eclipse.mylyn</groupId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top