Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-08-20 13:29:50 +0000
committerDani Megert2014-08-20 13:29:50 +0000
commit25f8355309a9eea23a2a0ca2210fe285d302a479 (patch)
tree6eaa1955779c4b19b90ceca4321ff264df373d69
parent97c309605ad816049d15943a33249beff3ff8bc7 (diff)
downloadeclipse.platform.team-25f8355309a9eea23a2a0ca2210fe285d302a479.tar.gz
eclipse.platform.team-25f8355309a9eea23a2a0ca2210fe285d302a479.tar.xz
eclipse.platform.team-25f8355309a9eea23a2a0ca2210fe285d302a479.zip
Increased bundle verion for Mars
-rw-r--r--bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.team.cvs.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
index 1be958742..36b85ce1e 100644
--- a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.cvs.ui; singleton:=true
-Bundle-Version: 3.3.600.qualifier
+Bundle-Version: 3.3.700.qualifier
Bundle-Activator: org.eclipse.team.internal.ccvs.ui.CVSUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.team.cvs.ui/pom.xml b/bundles/org.eclipse.team.cvs.ui/pom.xml
index d1d4365a0..ca9f07914 100644
--- a/bundles/org.eclipse.team.cvs.ui/pom.xml
+++ b/bundles/org.eclipse.team.cvs.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.cvs.ui</artifactId>
- <version>3.3.600-SNAPSHOT</version>
+ <version>3.3.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top