Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-16 21:08:40 +0000
committerspingel2011-06-16 21:08:40 +0000
commit75c9fea52900a90a5700d9a95afb0feb3d2cc09a (patch)
treec7a804e8a59bf4048f64fd0263bd5ca863485aea
parent3cbbb81e02155e1011c9e62e6a19c1ef1dd373da (diff)
downloadorg.eclipse.mylyn.incubator-75c9fea52900a90a5700d9a95afb0feb3d2cc09a.tar.gz
org.eclipse.mylyn.incubator-75c9fea52900a90a5700d9a95afb0feb3d2cc09a.tar.xz
org.eclipse.mylyn.incubator-75c9fea52900a90a5700d9a95afb0feb3d2cc09a.zip
NEW - bug 343617: [release] plan Mylyn 3.7 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=343617
-rw-r--r--org.eclipse.mylyn.sandbox.search-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.sandbox.search-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.sandbox.search-feature/feature.xml b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
index a618513d..82dad83b 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/feature.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.sandbox.search"
label="%featureName"
- version="3.6.0.qualifier"
+ version="3.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn"
os="win32"
diff --git a/org.eclipse.mylyn.sandbox.search-feature/pom.xml b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
index 1d9d2ee6..f214353b 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/pom.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
@@ -7,11 +7,11 @@
<parent>
<artifactId>mylyn-incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.incubator</groupId>
<artifactId>org.eclipse.mylyn.sandbox.search_feature</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
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 7ec18a7e..9ade1a2c 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.6.0.qualifier
+Bundle-Version: 3.7.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 413b04f8..6773adf3 100644
--- a/org.eclipse.mylyn.sandbox.search.ui/pom.xml
+++ b/org.eclipse.mylyn.sandbox.search.ui/pom.xml
@@ -7,11 +7,11 @@
<parent>
<artifactId>mylyn-incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.incubator</groupId>
<artifactId>org.eclipse.mylyn.sandbox.search.ui</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top