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 May 27, 2024
1 parent b27e6e7 commit 1e90d05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.6-SNAPSHOT
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.6
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.9.1
4 changes: 0 additions & 4 deletions examples/src/bld/java/com/example/SampleBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

/**
* Example build.
*
* <ul style="list-style-type:none">
* <li>./bld compile run</li>
* </ul>
*/
public class SampleBuild extends Project {
public SampleBuild() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class GeneratedVersionOperationBuild extends Project {
public GeneratedVersionOperationBuild() {
pkg = "rife.bld.extension";
name = "GeneratedVersionOperation";
version = version(0, 9, 6, "SNAPSHOT");
version = version(0, 9, 6);

javaRelease = 17;
downloadSources = true;
Expand Down

0 comments on commit 1e90d05

Please sign in to comment.