Version 0.9.6

This commit is contained in:
Erik C. Thauvin 2024-05-26 23:10:01 -07:00
parent b27e6e743c
commit 1e90d059cf
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true 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.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation= bld.downloadLocation=
bld.version=1.9.1 bld.version=1.9.1

View file

@ -13,10 +13,6 @@ import static rife.bld.dependencies.Scope.test;
/** /**
* Example build. * Example build.
*
* <ul style="list-style-type:none">
* <li>./bld compile run</li>
* </ul>
*/ */
public class SampleBuild extends Project { public class SampleBuild extends Project {
public SampleBuild() { public SampleBuild() {

View file

@ -36,7 +36,7 @@ public class GeneratedVersionOperationBuild extends Project {
public GeneratedVersionOperationBuild() { public GeneratedVersionOperationBuild() {
pkg = "rife.bld.extension"; pkg = "rife.bld.extension";
name = "GeneratedVersionOperation"; name = "GeneratedVersionOperation";
version = version(0, 9, 6, "SNAPSHOT"); version = version(0, 9, 6);
javaRelease = 17; javaRelease = 17;
downloadSources = true; downloadSources = true;