Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 15:25:12 +0000
committerSteffen Pingel2012-03-22 15:25:12 +0000
commit7dc0725dc8f833e150ed0ad5a864d6af60a8ecb3 (patch)
tree114bb5bc71f9945b8fe0f8ab552885541c8ccc25 /org.eclipse.mylyn.sandbox.search.ui
parent5dae8d9376fecdd04f604d9ee3398415fd4e888c (diff)
downloadorg.eclipse.mylyn.incubator-7dc0725dc8f833e150ed0ad5a864d6af60a8ecb3.tar.gz
org.eclipse.mylyn.incubator-7dc0725dc8f833e150ed0ad5a864d6af60a8ecb3.tar.xz
org.eclipse.mylyn.incubator-7dc0725dc8f833e150ed0ad5a864d6af60a8ecb3.zip
NEW - bug 373167: [release] plan Mylyn 3.8 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373167
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search.ui')
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.sandbox.search.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.search.ui/META-INF/MANIFEST.MF
index 2aaff140..85470047 100644
--- a/org.eclipse.mylyn.sandbox.search.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.search.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.sandbox.search.ui;singleton:=true
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 3.8.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
diff --git a/org.eclipse.mylyn.sandbox.search.ui/pom.xml b/org.eclipse.mylyn.sandbox.search.ui/pom.xml
index 7e117b03..fce8ed1f 100644
--- a/org.eclipse.mylyn.sandbox.search.ui/pom.xml
+++ b/org.eclipse.mylyn.sandbox.search.ui/pom.xml
@@ -7,10 +7,10 @@
<parent>
<artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.sandbox.search.ui</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top