Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-10 08:26:34 +0000
committerAlexander Kurtakov2019-03-10 08:26:34 +0000
commit597d488e144fe64aa023bbabbdeb458c4a56f854 (patch)
tree520d42be68e053721712161d2cc822023d6640d3 /bundles
parentbc736090182406494a7c1bc2014214f3b990ed58 (diff)
downloadeclipse.platform.team-597d488e144fe64aa023bbabbdeb458c4a56f854.tar.gz
eclipse.platform.team-597d488e144fe64aa023bbabbdeb458c4a56f854.tar.xz
eclipse.platform.team-597d488e144fe64aa023bbabbdeb458c4a56f854.zip
Bump cvs bundle and feature. Change-Id: Iab82079d2c030a52b62d3c22925a8204988fef1c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.cvs/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.cvs/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF b/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
index 1f67cc74a..0bc2d42c9 100644
--- a/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cvs; singleton:=true
-Bundle-Version: 1.4.900.qualifier
+Bundle-Version: 1.4.1000.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml
index 4f3d697b6..9088d9474 100644
--- a/bundles/org.eclipse.cvs/pom.xml
+++ b/bundles/org.eclipse.cvs/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.cvs</groupId>
<artifactId>org.eclipse.cvs</artifactId>
- <version>1.4.900-SNAPSHOT</version>
+ <version>1.4.1000-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top