From 1f9664cb7fe38eff3211081384489c3daf1d30d7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 10 Nov 2023 23:24:10 -0800 Subject: [PATCH 1/2] Remove link to java.time example. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 20f3897..56ee194 100644 --- a/README.md +++ b/README.md @@ -134,8 +134,6 @@ The mustache variables automatically filled in by the processor are: | `{{separator}}` | The version separator. | `String` | | `{{semver}}` or `{{version}}` | The full semantic version. | `String` | -Please also look at this [example](https://github.com/ethauvin/mobibot/blob/master/version.mustache) using [`java.time`](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) - ## Elements & Properties The following annotation elements and properties are available: From fd5746f00780a5d30cf293c88ab2ea7a271251ab Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 10 Nov 2023 23:26:41 -0800 Subject: [PATCH 2/2] Updated dependencies --- .idea/misc.xml | 6 ++++++ examples/java/bld/lib/bld/bld-wrapper.jar | Bin 27321 -> 27321 bytes lib/bld/bld-wrapper.jar | Bin 27321 -> 27321 bytes lib/bld/bld-wrapper.properties | 8 ++++---- .../net/thauvin/erik/semver/SemverBuild.java | 5 +++-- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 531bd8a..1b9da24 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + @@ -10,6 +11,11 @@