Skip to content

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jun 22, 2024
1 parent a6c6a0b commit bae5ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-boot=com.uwyn.rife2:bld-spring-boot:0.9.5
bld.extension-boot=com.uwyn.rife2:bld-spring-boot:0.9.6
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.sourceDirectories=
bld.version=1.9.1
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/SpringBootBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SpringBootBuild extends Project {
public SpringBootBuild() {
pkg = "rife.bld.extension";
name = "bld-spring-boot";
version = version(0, 9, 6, "SNAPSHOT");
version = version(0, 9, 6);

javaRelease = 17;

Expand Down

0 comments on commit bae5ea4

Please sign in to comment.