Skip to content

Commit 1659308

Browse files
committed
Version 1.0.12
1 parent 638d12c commit 1659308

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.idea/icon.svg

Lines changed: 13 additions & 0 deletions
Loading
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.11
4+
bld.extension-checkstyle=com.uwyn.rife2:bld-checkstyle:1.0.12
55
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
66
bld.sourceDirectories=
77
bld.version=2.2.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, 11);
36+
version = version(1, 0, 12);
3737

3838
javaRelease = 17;
3939

0 commit comments

Comments
 (0)