@@ -33,7 +33,7 @@ public class PitestOperationBuild extends Project {
33
33
public PitestOperationBuild () {
34
34
pkg = "rife.bld.extension" ;
35
35
name = "PitestExtension" ;
36
- version = version (1 , 0 , 0 );
36
+ version = version (1 , 0 , 1 );
37
37
38
38
javaRelease = 17 ;
39
39
@@ -62,28 +62,26 @@ public PitestOperationBuild() {
62
62
63
63
publishOperation ()
64
64
.repository (version .isSnapshot () ? repository ("rife2-snapshot" ) : repository ("rife2" ))
65
+ .repository (repository ("github" ))
65
66
.info ()
66
67
.groupId ("com.uwyn.rife2" )
67
68
.artifactId ("bld-pitest" )
68
69
.description ("PIT Mutation Testing Extension for bld" )
69
70
.url ("https://github.com/rife2/bld-pitest" )
70
- .developer (
71
- new PublishDeveloper ()
72
- .id ("ethauvin" )
73
- .name ("Erik C. Thauvin" )
74
- .email ("erik@thauvin.net" )
75
- .url ("https://erik.thauvin.net/" )
71
+ .developer (new PublishDeveloper ()
72
+ .id ("ethauvin" )
73
+ .name ("Erik C. Thauvin" )
74
+ .email ("erik@thauvin.net" )
75
+ .url ("https://erik.thauvin.net/" )
76
76
)
77
- .license (
78
- new PublishLicense ()
79
- .name ("The Apache License, Version 2.0" )
80
- .url ("https://www.apache.org/licenses/LICENSE-2.0.txt" )
77
+ .license (new PublishLicense ()
78
+ .name ("The Apache License, Version 2.0" )
79
+ .url ("https://www.apache.org/licenses/LICENSE-2.0.txt" )
81
80
)
82
- .scm (
83
- new PublishScm ()
84
- .connection ("scm:git:https://github.com/rife2/bld-pitest.git" )
85
- .developerConnection ("scm:git:git@github.com:rife2/bld-pitest.git" )
86
- .url ("https://github.com/rife2/bld-pitest" )
81
+ .scm (new PublishScm ()
82
+ .connection ("scm:git:https://github.com/rife2/bld-pitest.git" )
83
+ .developerConnection ("scm:git:git@github.com:rife2/bld-pitest.git" )
84
+ .url ("https://github.com/rife2/bld-pitest" )
87
85
)
88
86
.signKey (property ("sign.key" ))
89
87
.signPassphrase (property ("sign.passphrase" ));
0 commit comments