diff --git a/org.eventb.texteditor.parent/pom.xml b/org.eventb.texteditor.parent/pom.xml
index 947e3498bcb53529a5de78dacfa4f28b8cc3dcfe..ad45acc8e8ebe04e576cfaff7f1448b8ecc525bf 100644
--- a/org.eventb.texteditor.parent/pom.xml
+++ b/org.eventb.texteditor.parent/pom.xml
@@ -10,7 +10,7 @@
 
 	<!-- this is the parent POM from which all modules inherit common settings -->
 	<properties>
-		<tycho-version>0.21.0</tycho-version>
+		<tycho-version>2.1.0</tycho-version>
 	</properties>
 
    <repositories>
@@ -48,14 +48,14 @@
 				<!-- enable tycho build extension -->
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-maven-plugin</artifactId>
-				<version>0.21.0</version>
+				<version>2.1.0</version>
 				<extensions>true</extensions>
 			</plugin>
 
 			<plugin>
 		    <groupId>org.eclipse.tycho</groupId>
 		    <artifactId>target-platform-configuration</artifactId>
-		    <version>0.21.0</version>
+		    <version>2.1.0</version>
 		    <configuration>
 		      <dependency-resolution>
 		        <optionalDependencies>ignore</optionalDependencies>