Bumped to version 0.9.6-SNAPSHOT
This commit is contained in:
parent
599190aae1
commit
0ee3b482c0
4 changed files with 6 additions and 4 deletions
|
@ -36,7 +36,7 @@ public class GeneratedVersionOperationBuild extends Project {
|
|||
public GeneratedVersionOperationBuild() {
|
||||
pkg = "rife.bld.extension";
|
||||
name = "GeneratedVersionOperation";
|
||||
version = version(0, 9, 5);
|
||||
version = version(0, 9, 6, "SNAPSHOT");
|
||||
|
||||
javaRelease = 17;
|
||||
downloadSources = true;
|
||||
|
@ -78,7 +78,7 @@ public class GeneratedVersionOperationBuild extends Project {
|
|||
.license(
|
||||
new PublishLicense()
|
||||
.name("The Apache License, Version 2.0")
|
||||
.url("http://www.apache.org/licenses/LICENSE-2.0.txt")
|
||||
.url("https://www.apache.org/licenses/LICENSE-2.0.txt")
|
||||
)
|
||||
.scm(
|
||||
new PublishScm()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue