Skip to content

Commit accae48

Browse files
committed
Version 0.9.4
1 parent d5d1b64 commit accae48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Sun Apr 02 10:32:44 PDT 2023
2-
bld.extension=com.uwyn.rife2:bld-property-file:0.9.4-SNAPSHOT
2+
bld.extension=com.uwyn.rife2:bld-property-file:0.9.4
33
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
44
bld.downloadExtensionSources=true
55
bld.downloadLocation=

lib/bld/bld-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
3-
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.4
4-
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.1
3+
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.5
4+
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.2
55
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
66
bld.downloadLocation=
77
bld.version=1.8.0

src/bld/java/rife/bld/extension/propertyfile/PropertyFileBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class PropertyFileBuild extends Project {
3737
public PropertyFileBuild() {
3838
pkg = "rife.bld.extension";
3939
name = "bld-property-file";
40-
version = version(0, 9, 4, "SNAPSHOT");
40+
version = version(0, 9, 4);
4141

4242
javaRelease = 17;
4343
downloadSources = true;

0 commit comments

Comments
 (0)