Skip to content

Commit 8f40544

Browse files
committed
Version 0.9.9
1 parent 9e6ac15 commit 8f40544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Apr 02 10:32:44 PDT 2023
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
4-
bld.extension=com.uwyn.rife2:bld-property-file:0.9.8
4+
bld.extension=com.uwyn.rife2:bld-property-file:0.9.9
55
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
66
bld.version=2.2.1

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

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

3939
javaRelease = 17;
4040
downloadSources = true;

0 commit comments

Comments
 (0)