Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-08-15 14:47:18 +0000
committerDani Megert2017-08-15 14:47:18 +0000
commit0cc5511fd50ab02cca81c939598a518046070505 (patch)
treee6eeac32e1f4c444aca88fa1c475667a318b0d58
parent295be17968e0ed29f7ad8b34340572ee2030f29c (diff)
downloadeclipse.platform.team-M20170925-0650.tar.gz
eclipse.platform.team-M20170925-0650.tar.xz
eclipse.platform.team-M20170925-0650.zip
-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 952b7105c..f2b2f8ec9 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.400.qualifier"
+ version="1.4.401.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 e71c07d22..39fc75850 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.400-SNAPSHOT</version>
+ <version>1.4.401-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top