MPATCH-20 use project.version in favour of pom.version
diff --git a/src/it/cant-exclude-patches-from-patches/pom.xml b/src/it/cant-exclude-patches-from-patches/pom.xml
index 7dbcb37..38879fe 100644
--- a/src/it/cant-exclude-patches-from-patches/pom.xml
+++ b/src/it/cant-exclude-patches-from-patches/pom.xml
@@ -34,7 +34,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-patch-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
 
         <configuration>
           <targetDirectory>${basedir}</targetDirectory>
diff --git a/src/it/exclude-multiple-patterns-from-patchDirectory/pom.xml b/src/it/exclude-multiple-patterns-from-patchDirectory/pom.xml
index d2fdf16..7eef048 100644
--- a/src/it/exclude-multiple-patterns-from-patchDirectory/pom.xml
+++ b/src/it/exclude-multiple-patterns-from-patchDirectory/pom.xml
@@ -34,7 +34,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-patch-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
 
         <configuration>
           <targetDirectory>${basedir}</targetDirectory>
diff --git a/src/it/exclude-patches-from-patchDirectory/pom.xml b/src/it/exclude-patches-from-patchDirectory/pom.xml
index 51722e0..087c143 100644
--- a/src/it/exclude-patches-from-patchDirectory/pom.xml
+++ b/src/it/exclude-patches-from-patchDirectory/pom.xml
@@ -34,7 +34,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-patch-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
 
         <configuration>
           <targetDirectory>${basedir}</targetDirectory>