From 2c796a126065e1f8005d6e129f247bfe1e3543c4 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 28 Jul 2024 22:12:54 -0700 Subject: [PATCH] Version 0.9.6 --- examples/lib/bld/bld-wrapper.properties | 2 +- examples/version.properties | 9 ++++++--- .../bld/extension/propertyfile/PropertyFileBuild.java | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/examples/lib/bld/bld-wrapper.properties b/examples/lib/bld/bld-wrapper.properties index 31400f0..1b2f976 100644 --- a/examples/lib/bld/bld-wrapper.properties +++ b/examples/lib/bld/bld-wrapper.properties @@ -1,6 +1,6 @@ #Sun Apr 02 10:32:44 PDT 2023 bld.downloadExtensionSources=true bld.downloadLocation= -bld.extension=com.uwyn.rife2:bld-property-file:0.9.5 +bld.extension=com.uwyn.rife2:bld-property-file:0.9.6 bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES bld.version=2.0.1 diff --git a/examples/version.properties b/examples/version.properties index ecd44bb..8a1539b 100644 --- a/examples/version.properties +++ b/examples/version.properties @@ -1,4 +1,7 @@ # -#Tue Jul 16 16:16:38 PDT 2024 -build.date=2024-07-16 -release=beta.20240716161638 +#Sun Jul 28 22:07:37 PDT 2024 +build.date=2024-07-28 +release=beta.20240728220737 +version.major=1 +version.minor=1 +version.patch=20 diff --git a/src/bld/java/rife/bld/extension/propertyfile/PropertyFileBuild.java b/src/bld/java/rife/bld/extension/propertyfile/PropertyFileBuild.java index 4b8e526..a0b3afb 100644 --- a/src/bld/java/rife/bld/extension/propertyfile/PropertyFileBuild.java +++ b/src/bld/java/rife/bld/extension/propertyfile/PropertyFileBuild.java @@ -34,7 +34,7 @@ public class PropertyFileBuild extends Project { public PropertyFileBuild() { pkg = "rife.bld.extension"; name = "bld-property-file"; - version = version(0, 9, 6, "SNAPSHOT"); + version = version(0, 9, 6); javaRelease = 17; downloadSources = true;