DELTASPIKE-66 use newest release problem

The old one had a problem with sparse checkouts with git
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 68d64ae..3fb08d5 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -63,6 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
+                    <version>2.2.2</version>
                     <configuration>
                         <pushChanges>false</pushChanges>
                         <localCheckout>true</localCheckout>