Skip to content

Commit 33da368

Browse files
committed
Version 1.1.0
1 parent b343175 commit 33da368

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:1.0.0
4+
bld.extension-reporter=com.uwyn.rife2:bld-junit-reporter:1.1.0
55
bld.javaOptions=
66
bld.javacOptions=
77
bld.repositories=RIFE2_RELEASES,MAVEN_CENTRAL,RIFE2_SNAPSHOTS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public JUnitReporterBuild() {
3434
pkg = "rife.bld.extension";
3535
name = "JUnit Reporter";
3636
archiveBaseName = "bld-junit-reporter";
37-
version = version(1, 0, 0);
37+
version = version(1, 1, 0);
3838

3939
javaRelease = 17;
4040

0 commit comments

Comments
 (0)