Skip to content

Commit e269562

Browse files
committed
Version 1.0.0
1 parent f2cf1b1 commit e269562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bld.downloadExtensionJavadoc=false
22
bld.downloadExtensionSources=true
33
bld.downloadLocation=
44
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.8
5+
bld.extension-testng=com.uwyn.rife2:bld-testng:1.0.0
56
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
67
bld.sourceDirectories=
78
bld.version=2.1.0

src/bld/java/rife/bld/extension/TestNgOperationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class TestNgOperationBuild extends Project {
3333
public TestNgOperationBuild() {
3434
pkg = "rife.bld.extension";
3535
name = "bld-testng";
36-
version = version(1, 0, 0, "SNAPSHOT");
36+
version = version(1, 0, 0);
3737

3838
javaRelease = 17;
3939

0 commit comments

Comments
 (0)