Skip to content

Commit

Permalink
prepare new release 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Dec 31, 2020
1 parent 25c6564 commit f5a7a37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Change log
----------------------

Version 5.4-SNAPSHOT
Version 5.4
-------------

ADDED:
Expand Down
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ task javadocJar(type: Jar) {
javadoc.properties.failOnError = true
}

def releaseVersion = !version.endsWith("SNAPSHOT")

signing {
if (releaseVersion) {
sign publishing.publications.mavenJava
}
}

javadoc {
if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption("html5", true)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################
# project properties #
######################
projectVersion=5.4-SNAPSHOT
projectVersion=5.4
groupPackage=io.github.astrapi69
projectSourceCompatibility=1.8
projectInceptionYear=2015
Expand Down

0 comments on commit f5a7a37

Please sign in to comment.