Cleaned up examples

This commit is contained in:
Erik C. Thauvin 2024-07-16 16:17:47 -07:00
parent fb75d12740
commit accf0d638a
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 5 additions and 5 deletions

View file

@ -10,6 +10,7 @@
./bld update-major run
./bld update-minor run
./bld update-patch run
./bld update-release run
```
# Delete Version Properties

View file

@ -107,6 +107,7 @@ public class PropertyFileExampleBuild extends Project {
.entry(new EntryDate("release").now().pattern("yyyyMMddHHmmss"))
// prepend 'beta.' to the release
.entry(new Entry("release").modify("beta.", (v, s) -> s + v))
.entry(buildDateEntry)
.execute();
}

View file

@ -1,6 +1,4 @@
#
#Sun Oct 22 14:31:42 PDT 2023
release=beta.20231022143142
version.major=1
version.minor=0
version.patch=1
#Tue Jul 16 16:16:38 PDT 2024
build.date=2024-07-16
release=beta.20240716161638