Skip to content

Commit 51fa6fb

Browse files
committed
Version 1.0.6
1 parent 1147612 commit 51fa6fb

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,7 +1,7 @@
11
bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
4-
bld.extension-checkstyle=com.uwyn.rife2:bld-checkstyle:1.0.5
4+
bld.extension-checkstyle=com.uwyn.rife2:bld-checkstyle:1.0.6
55
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
66
bld.sourceDirectories=
77
bld.version=2.1.0

src/bld/java/rife/bld/extension/CheckstyleOperationBuild.java

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

3838
javaRelease = 17;
3939

0 commit comments

Comments
 (0)