Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-01-26 21:42:53 +0000
committerSam Davis2015-01-26 21:42:53 +0000
commitd568767b1154ff7bd7af45f257b517e6495e9176 (patch)
tree583040339fc034a094db0a9a39e1dd69d0412073 /org.eclipse.mylyn.trac.core
parent4dd543457b2029133fbbf059de9b4721c9a0294f (diff)
downloadorg.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.tar.gz
org.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.tar.xz
org.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.zip
457998: update mylyn.tasks version to 3.14.1R_3_14_1
Change-Id: I281558814d6b38826c097e4f42ade838eb6640ec Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457998
Diffstat (limited to 'org.eclipse.mylyn.trac.core')
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index a65d1f76f..ebd9cc57f 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.trac.core;singleton:=true
-Bundle-Version: 3.14.0.qualifier
+Bundle-Version: 3.14.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)",
diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml
index 0dd05aaf6..f1b6270a0 100644
--- a/org.eclipse.mylyn.trac.core/pom.xml
+++ b/org.eclipse.mylyn.trac.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.14.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac.core</artifactId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.14.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top