Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-02-17 23:40:59 +0000
committerSam Davis2015-02-17 23:41:37 +0000
commit77f79fad159c5ef35f36826ed784ffaa8ceae931 (patch)
tree2a2536c1f0ab706d8a5d24d436e8ddee5ea4081a /org.eclipse.mylyn.help.ui
parentd568767b1154ff7bd7af45f257b517e6495e9176 (diff)
downloadorg.eclipse.mylyn.tasks-77f79fad159c5ef35f36826ed784ffaa8ceae931.tar.gz
org.eclipse.mylyn.tasks-77f79fad159c5ef35f36826ed784ffaa8ceae931.tar.xz
org.eclipse.mylyn.tasks-77f79fad159c5ef35f36826ed784ffaa8ceae931.zip
460174: update o.e.m.tasks version to 3.14.2R_3_14_2
Change-Id: I0ecf2252d66df07e770a9815aa333952f1989d0c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=460174
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 183a2b82b..b488c93ac 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.help.ui;singleton:=true
-Bundle-Version: 3.14.1.qualifier
+Bundle-Version: 3.14.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index 22e7710f9..fb7d6406e 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.14.1-SNAPSHOT</version>
+ <version>3.14.2-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
- <version>3.14.1-SNAPSHOT</version>
+ <version>3.14.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top