Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-03-08 12:26:36 +0000
committerAlexander Kurtakov2020-03-08 12:37:43 +0000
commit793659b56dff00cad67b13cd360a7c67ec1ce42c (patch)
treecaf0a0629fa26d173d01be6aba522a8c18851f57 /bundles
parentf2e3ad743685b1c01908a5223fe02e64ff5cc94e (diff)
downloadeclipse.platform.team-793659b56dff00cad67b13cd360a7c67ec1ce42c.tar.gz
eclipse.platform.team-793659b56dff00cad67b13cd360a7c67ec1ce42c.tar.xz
eclipse.platform.team-793659b56dff00cad67b13cd360a7c67ec1ce42c.zip
Change-Id: Ic2f0e07926919724a344cdc58e9a64fa2ec49b01 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 c03108a7f..46da0c13d 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.1300.qualifier
+Bundle-Version: 1.4.1400.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 0a19ba0a8..078087a2a 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.1300-SNAPSHOT</version>
+ <version>1.4.1400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top