Skip to content

Commit e7d868c

Browse files
committed
Version 1.3.3
1 parent 9df1f14 commit e7d868c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
44
bld.extension-exec=com.uwyn.rife2:bld-exec:1.0.5
5-
bld.extension-pmd=com.uwyn.rife2:bld-pmd:1.3.2
5+
bld.extension-pmd=com.uwyn.rife2:bld-pmd:1.3.3
66
bld.extension-reporter=com.uwyn.rife2:bld-junit-reporter:0.9.1
77
bld.repositories=MAVEN_LOCAL,RIFE2_RELEASES,MAVEN_CENTRAL,RIFE2_SNAPSHOTS
88
bld.version=2.3.0

src/bld/java/rife/bld/extension/PmdOperationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class PmdOperationBuild extends Project {
4141
public PmdOperationBuild() {
4242
pkg = "rife.bld.extension";
4343
name = "bld-pmd";
44-
version = version(1, 3, 2);
44+
version = version(1, 3, 3);
4545

4646
javaRelease = 17;
4747

0 commit comments

Comments
 (0)