Version 0.9.3

This commit is contained in:
Erik C. Thauvin 2023-10-22 14:46:52 -07:00
parent dd302a54e1
commit aea77d6216
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#Sun Apr 02 10:32:44 PDT 2023 #Sun Apr 02 10:32:44 PDT 2023
bld.extension=com.uwyn.rife2:bld-property-file:0.9.3-SNAPSHOT bld.extension=com.uwyn.rife2:bld-property-file:0.9.3
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadExtensionSources=true bld.downloadExtensionSources=true
bld.downloadLocation= bld.downloadLocation=
bld.version=1.7.5 bld.version=1.7.5

View file

@ -1,6 +1,6 @@
# #
#Fri Oct 20 21:09:14 PDT 2023 #Sun Oct 22 14:31:42 PDT 2023
release=beta.20231020210914 release=beta.20231022143142
version.major=1 version.major=1
version.minor=0 version.minor=0
version.patch=1 version.patch=1

View file

@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true bld.downloadExtensionSources=true
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.2 bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.3
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0 bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.1
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation= bld.downloadLocation=
bld.version=1.7.5 bld.version=1.7.5

View file

@ -37,7 +37,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, 3, "SNAPSHOT"); version = version(0, 9, 3);
javaRelease = 17; javaRelease = 17;
downloadSources = true; downloadSources = true;