Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-09-10 09:02:17 +0000
committerLars Vogel2019-09-10 09:02:17 +0000
commit71c4fa4d134e729901aa641534e0a071721ad83b (patch)
tree409bbbb43e130d444cf8cb113bc9371be78823f7 /features
parent701f0756aea9d83c9dca6fa6aaaf340e096ef4c9 (diff)
downloadeclipse.platform.team-I20190910-1800.tar.gz
eclipse.platform.team-I20190910-1800.tar.xz
eclipse.platform.team-I20190910-1800.zip
Change-Id: I189ad0b7ce097cd5627367ec893af2fd1f71ff03 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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 75ed50e52..c8dd8fc3a 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.1000.qualifier"
+ version="1.4.1200.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 b88a92092..0bf4e3cb8 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.1000-SNAPSHOT</version>
+ <version>1.4.1200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top