You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2016/01/10 14:50:21 UTC

[2/4] wicket git commit: Fixed cleanup find cmd with revert script generation

Fixed cleanup find cmd with revert script generation


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d12b1330
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d12b1330
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d12b1330

Branch: refs/heads/wicket-7.x
Commit: d12b133075f8aa4c30567ead23e26d4e093b3097
Parents: fe31515
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jan 10 14:47:09 2016 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jan 10 14:47:09 2016 +0100

----------------------------------------------------------------------
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d12b1330/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index af16af2..8adb453 100755
--- a/release.sh
+++ b/release.sh
@@ -126,7 +126,7 @@ svn rm https://dist.apache.org/repos/dist/dev/wicket/$version -m "Release vote h
 mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-drop -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release vote has failed"
 
 # clean up remaining release files
-find . -name "*.releaseBackup" -exec rm {} \;
+find . -name "*.releaseBackup" -exec rm {} \\;
 [ -f release.properties ] && rm release.properties
 
 EOF