From b661cc56d8d119d1788bb70df84f1a76809b5924 Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Sat, 9 Jul 2022 17:39:30 +0000 Subject: remove unused branch property in build.xml First commit of a series to get rid of the git based versioning implemented in libbuild/ folder as Ant task. It counts commits since the last tagged version and uses this number added with 9000 as the last part of the version number. This is a legacy from Subversion times. --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.properties') diff --git a/build.properties b/build.properties index 104bb280f..dd0e58a10 100644 --- a/build.properties +++ b/build.properties @@ -4,7 +4,7 @@ javacTarget=1.8 # Release Configuration releaseVersion=1.925 -stdReleaseFile=yacy${branch}_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy privateKeyFile=private.key -- cgit v1.2.3