Increase version for Oxygen.2

Change-Id: Ie07c09f5e39eb94bd37f78462967976910060ded
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index f2b2f8e..837b4e7 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -2,18 +2,18 @@
 <feature
       id="org.eclipse.cvs"
       label="%featureName"
-      version="1.4.401.qualifier"
-      provider-name="%providerName"   
+      version="1.4.402.qualifier"
+      provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
 
    <description>
       %description
    </description>
-   
+
    <copyright>
       %copyright
-   </copyright>   
+   </copyright>
 
    <license url="%licenseURL">
       %license
@@ -31,7 +31,7 @@
          download-size="0"
          install-size="0"
          version="0.0.0"
-         unpack="false"/>   
+         unpack="false"/>
 
    <plugin
          id="org.eclipse.team.cvs.ssh2"
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index c449f2e..959f9ec 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.401-SNAPSHOT</version>
+  <version>1.4.402-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>