Version 0.9.1
This commit is contained in:
parent
945e6bc037
commit
ed4241f270
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
bld.downloadExtensionJavadoc=false
|
bld.downloadExtensionJavadoc=false
|
||||||
bld.downloadExtensionSources=true
|
bld.downloadExtensionSources=true
|
||||||
bld.extensions=com.uwyn.rife2:bld-testng:0.9.0
|
bld.extensions=com.uwyn.rife2:bld-testng:0.9.1
|
||||||
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||||
bld.downloadLocation=
|
bld.downloadLocation=
|
||||||
bld.sourceDirectories=
|
bld.sourceDirectories=
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class TestNgOperationBuild extends Project {
|
||||||
public TestNgOperationBuild() {
|
public TestNgOperationBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "bld-testng";
|
name = "bld-testng";
|
||||||
version = version(0, 9, 1, "SNAPSHOT");
|
version = version(0, 9, 1);
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
downloadSources = true;
|
downloadSources = true;
|
||||||
|
@ -44,7 +44,7 @@ public class TestNgOperationBuild extends Project {
|
||||||
var rife2 = version(1, 7, 0);
|
var rife2 = version(1, 7, 0);
|
||||||
scope(compile)
|
scope(compile)
|
||||||
.include(dependency("com.uwyn.rife2", "rife2", rife2))
|
.include(dependency("com.uwyn.rife2", "rife2", rife2))
|
||||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 1)));
|
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 2)));
|
||||||
|
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.testng", "testng", version(7, 8, 0)))
|
.include(dependency("org.testng", "testng", version(7, 8, 0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue