Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-06-29 17:34:58 +0000
committerSam Davis2017-06-29 17:37:14 +0000
commit7e27ad1f8ece60459b00db65545a6d6a69a7fe3e (patch)
tree6265f677ea303d954eb170cc7411d56263bfbea9 /org.eclipse.mylyn.trac.core
parent3903deed2e964f8e650a588ea5472fdcb765bee0 (diff)
downloadorg.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.tar.gz
org.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.tar.xz
org.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.zip
515140: update org.eclipse.mylyn.tasks versions to 3.24
Change-Id: I4499fd4ae90b548187859e40d6736dcedc169b7f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515140
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 a7d391404..5fd8a4ffe 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.23.0.qualifier
+Bundle-Version: 3.24.0.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 393eac9a2..3a9732148 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.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac.core</artifactId>
- <version>3.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top