Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 12:29:08 +0000
committerAlexander Kurtakov2019-02-15 12:54:11 +0000
commitd77d64a0697a313ae4934c2b7f8ec72ef6cc25c7 (patch)
tree58cb9626ab38dbf4f8cc986601cb6d40017eb488
parentadb7a3fe4b59aaf93a453c90ade90f2697fe4206 (diff)
downloadeclipse.platform.team-d77d64a0697a313ae4934c2b7f8ec72ef6cc25c7.tar.gz
eclipse.platform.team-d77d64a0697a313ae4934c2b7f8ec72ef6cc25c7.tar.xz
eclipse.platform.team-d77d64a0697a313ae4934c2b7f8ec72ef6cc25c7.zip
Bug 544466 - Build I20190215-0055 is unstable due to comparator errors
Bump the version so gerrit builds don't fail. Change-Id: I990a057b1de9e3984f4cbff031d43cbf2d319dbc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
index ea5538ad6..0d72ae6ef 100644
--- a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.tests.cvs.core; singleton:=true
-Bundle-Version: 3.4.400.qualifier
+Bundle-Version: 3.4.500.qualifier
Bundle-Activator: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml
index 3b353d9e8..ad841d604 100644
--- a/tests/org.eclipse.team.tests.cvs.core/pom.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.tests.cvs.core</artifactId>
- <version>3.4.400-SNAPSHOT</version>
+ <version>3.4.500-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>

Back to the top