Version 0.9.6
This commit is contained in:
parent
b27e6e743c
commit
1e90d059cf
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue