diff --git a/build.properties b/build.properties index aaad1b2f2..244d80b5d 100644 --- a/build.properties +++ b/build.properties @@ -2,6 +2,6 @@ version.major=6 version.minor=0 version.revision=0 # version.tag should start with a dash (-) unless it is empty -version.tag=-beta-1 +version.tag=-SNAPSHOT # This must be set to the git tag for a release, otherwise to the branch -version.svntag=v6.0.0-beta-1 +version.svntag=master