use local repository url to clone during release

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
diff --git a/org.eclipse.m2e.workspace.cli/pom.xml b/org.eclipse.m2e.workspace.cli/pom.xml
index b2695ca..5cb7abb 100644
--- a/org.eclipse.m2e.workspace.cli/pom.xml
+++ b/org.eclipse.m2e.workspace.cli/pom.xml
@@ -234,7 +234,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.1</version>
           <configuration>
-            <updateReleaseInfo>true</updateReleaseInfo>
+            <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>
             <tagNameFormat>m2e-workspace-@{project.version}</tagNameFormat>
           </configuration>