release 1.0-rc1

This commit is contained in:
Karl Tauber
2021-01-18 23:34:37 +01:00
parent fdc43fc0d3
commit c6fec0a131
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/
val releaseVersion = "0.46"
val developmentVersion = "0.47-SNAPSHOT"
val releaseVersion = "1.0-rc1"
val developmentVersion = "1.0-rc2-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
@@ -64,7 +64,7 @@ allprojects {
// manifest for all created JARs
manifest.attributes(mapOf(
"Implementation-Vendor" to "FormDev Software GmbH",
"Implementation-Copyright" to "Copyright (C) ${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.",
"Implementation-Copyright" to "Copyright (C) 2019-${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.",
"Implementation-Version" to project.version))
// add META-INF/LICENSE to all created JARs