Version 0.9.6
This commit is contained in:
parent
c1774e61ab
commit
a8c6cd20c6
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
#Sun Apr 02 10:32:44 PDT 2023
|
#Sun Apr 02 10:32:44 PDT 2023
|
||||||
bld.downloadExtensionSources=true
|
bld.downloadExtensionSources=true
|
||||||
bld.downloadLocation=
|
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.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||||
bld.version=2.0.1
|
bld.version=2.0.1
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#
|
#
|
||||||
#Tue Jul 16 16:16:38 PDT 2024
|
#Sun Jul 28 22:07:37 PDT 2024
|
||||||
build.date=2024-07-16
|
build.date=2024-07-28
|
||||||
release=beta.20240716161638
|
release=beta.20240728220737
|
||||||
|
version.major=1
|
||||||
|
version.minor=1
|
||||||
|
version.patch=20
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class PropertyFileBuild extends Project {
|
||||||
public PropertyFileBuild() {
|
public PropertyFileBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "bld-property-file";
|
name = "bld-property-file";
|
||||||
version = version(0, 9, 6, "SNAPSHOT");
|
version = version(0, 9, 6);
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
downloadSources = true;
|
downloadSources = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue