Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Oct 22, 2023
1 parent dd302a5 commit aea77d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Apr 02 10:32:44 PDT 2023
bld.extension=com.uwyn.rife2:bld-property-file:0.9.3-SNAPSHOT
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.extension=com.uwyn.rife2:bld-property-file:0.9.3
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.version=1.7.5
4 changes: 2 additions & 2 deletions examples/version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#Fri Oct 20 21:09:14 PDT 2023
release=beta.20231020210914
#Sun Oct 22 14:31:42 PDT 2023
release=beta.20231022143142
version.major=1
version.minor=0
version.patch=1
6 changes: 3 additions & 3 deletions lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.2
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.3
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.1
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class PropertyFileBuild extends Project {
public PropertyFileBuild() {
pkg = "rife.bld.extension";
name = "bld-property-file";
version = version(0, 9, 3, "SNAPSHOT");
version = version(0, 9, 3);

javaRelease = 17;
downloadSources = true;
Expand Down

0 comments on commit aea77d6

Please sign in to comment.