diff options
author | Szymon Ptaszkiewicz | 2015-02-19 14:58:01 +0000 |
---|---|---|
committer | Szymon Ptaszkiewicz | 2015-02-19 14:58:01 +0000 |
commit | d657bf7275518f5cf2c295a03ed1d97bc871602e (patch) | |
tree | 0810f2dff0bc2683821fc79596fbd8652d47b18f /tests/org.eclipse.team.tests.cvs.core | |
parent | 1bf1c17ab4070679d47112a2a69ba3967e27c508 (diff) | |
download | eclipse.platform.team-d657bf7275518f5cf2c295a03ed1d97bc871602e.tar.gz eclipse.platform.team-d657bf7275518f5cf2c295a03ed1d97bc871602e.tar.xz eclipse.platform.team-d657bf7275518f5cf2c295a03ed1d97bc871602e.zip |
Increased bundle version for bug fixes in Mars stream
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core')
-rw-r--r-- | tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | tests/org.eclipse.team.tests.cvs.core/pom.xml | 4 |
2 files changed, 3 insertions, 3 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 5a2bdb04e..f3cc62050 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.3.500.qualifier +Bundle-Version: 3.3.600.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 19048be1e..aafcfd9ac 100644 --- a/tests/org.eclipse.team.tests.cvs.core/pom.xml +++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 Eclipse Foundation and others. + Copyright (c) 2012, 2015 Eclipse Foundation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at @@ -18,6 +18,6 @@ </parent> <groupId>org.eclipse.team</groupId> <artifactId>org.eclipse.team.tests.cvs.core</artifactId> - <version>3.3.500-SNAPSHOT</version> + <version>3.3.600-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> |