Skip to content

Commit

Permalink
Upgraded to bld 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Aug 21, 2023
1 parent 7bbacf7 commit ab59d55
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/bld.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.1
bld.repositories=RIFE2_SNAPSHOTS,MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.7.1
bld.version=1.7.2
2 changes: 1 addition & 1 deletion src/bld/java/rife/render/TemplateRenderersBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TemplateRenderersBuild extends Project {
public TemplateRenderersBuild() {
pkg = "rife.render";
name = "rife2-template-renderers";
version = version(1, 1, 2);
version = version(1, 1, 3, "SNAPSHOT");

javaRelease = 17;
downloadSources = true;
Expand Down

0 comments on commit ab59d55

Please sign in to comment.