Cleaned up examples
This commit is contained in:
parent
fb75d12740
commit
accf0d638a
3 changed files with 5 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
./bld update-major run
|
||||
./bld update-minor run
|
||||
./bld update-patch run
|
||||
./bld update-release run
|
||||
```
|
||||
|
||||
# Delete Version Properties
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue