diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-07-09 17:39:30 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-07-10 10:14:46 +0000 |
| commit | b661cc56d8d119d1788bb70df84f1a76809b5924 (patch) | |
| tree | 142dfd81125ee062a27d6ab3fd85b37532bbc187 /build.properties | |
| parent | 3d138d3fdd0425598512d33e54a86bf1b9825149 (diff) | |
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.
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
