Skip to content

Commit 63e68ee

Browse files
committed
Version 0.9.1
1 parent b2947af commit 63e68ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
4-
bld.extension-reporter=com.uwyn.rife2:bld-junit-reporter:0.9.0
4+
bld.extension-reporter=com.uwyn.rife2:bld-junit-reporter:0.9.1
55
bld.javaOptions=
66
bld.javacOptions=
77
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES

src/bld/java/rife/bld/extension/JUnitReporterBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class JUnitReporterBuild extends Project {
3333
public JUnitReporterBuild() {
3434
pkg = "rife.bld.extension";
3535
name = "JUnitReporter";
36-
version = version(0, 9, 0);
36+
version = version(0, 9, 1);
3737

3838
javaRelease = 17;
3939

0 commit comments

Comments
 (0)