Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.rse.feature/pom.xml')
-rw-r--r--features/org.eclipse.tcf.rse.feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.rse.feature/pom.xml b/features/org.eclipse.tcf.rse.feature/pom.xml
index 2fee59c2b..104546db8 100644
--- a/features/org.eclipse.tcf.rse.feature/pom.xml
+++ b/features/org.eclipse.tcf.rse.feature/pom.xml
@@ -7,13 +7,13 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-build</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath>
</parent>
<artifactId>org.eclipse.tcf.rse.feature</artifactId>
<packaging>eclipse-feature</packaging>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<properties>
<jacoco.skip>true</jacoco.skip>

Back to the top