Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-03-08 12:26:36 +0000
committerAlexander Kurtakov2020-03-08 12:37:43 +0000
commit793659b56dff00cad67b13cd360a7c67ec1ce42c (patch)
treecaf0a0629fa26d173d01be6aba522a8c18851f57 /features
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 'features')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml2
-rw-r--r--features/org.eclipse.cvs-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 699be495b..234aaa32b 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cvs"
label="%featureName"
- version="1.4.1300.qualifier"
+ version="1.4.1400.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index 066e60e0b..5fef0b7c1 100644
--- a/features/org.eclipse.cvs-feature/pom.xml
+++ b/features/org.eclipse.cvs-feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.cvs.feature</groupId>
<artifactId>org.eclipse.cvs</artifactId>
- <version>1.4.1300-SNAPSHOT</version>
+ <version>1.4.1400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top