don't automatically push release commits

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 9626f93..7bc605a 100644
--- a/org.eclipse.m2e.workspace.cli/pom.xml
+++ b/org.eclipse.m2e.workspace.cli/pom.xml
@@ -284,6 +284,7 @@
             <artifactId>maven-deploy-plugin</artifactId>
             <configuration>
               <updateReleaseInfo>true</updateReleaseInfo>
+              <pushChanges>false</pushChanges>
             </configuration>
           </plugin>
           <plugin>