additional fix to uncorrect the double maven push
diff --git a/publish.sh b/publish.sh
index 15b0826..3bafd68 100755
--- a/publish.sh
+++ b/publish.sh
@@ -879,7 +879,7 @@
                echo "Cannot find '${BUILDFILE}'. Aborting..."
            fi
            # With two maven pushes Completed should be 1 higher than expected, so adjust before compare
-           PUB_SCOPE_COMPLETED=`expr ${PUB_SCOPE_COMPLETED} - 1`
+#           PUB_SCOPE_COMPLETED=`expr ${PUB_SCOPE_COMPLETED} - 1`
 
        fi
        if [ "${PUB_SCOPE_EXPECTED}" = "${PUB_SCOPE_COMPLETED}" ] ; then