From b3ce52a536c25423201f7a07fea19c5b7b451197 Mon Sep 17 00:00:00 2001 From: Gurkenlabs Date: Wed, 28 Feb 2018 00:28:44 +0100 Subject: [PATCH] Update version to v0.4.10-alpha --- build-maven.gradle | 8 ++++---- build.gradle | 2 +- sonar-project.properties | 2 +- utiliti/src/de/gurkenlabs/utiliti/Program.java | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build-maven.gradle b/build-maven.gradle index 2be16ad19..f5c7482da 100644 --- a/build-maven.gradle +++ b/build-maven.gradle @@ -44,7 +44,7 @@ jar { from('resources') { include '**/*' } - version = 'v0.4.9-alpha' + version = 'v0.4.10-alpha' exclude '**/*.dll' exclude '**/*.jnilib' exclude '**/*.so' @@ -76,13 +76,13 @@ task createJavadocs(type: Javadoc) { task javadocJar(type: Jar) { classifier = 'javadoc' from javadoc - version = 'v0.4.9-alpha' + version = 'v0.4.10-alpha' } task sourcesJar(type: Jar) { classifier = 'sources' from sourceSets.main.allSource - version = 'v0.4.9-alpha' + version = 'v0.4.10-alpha' } artifacts { @@ -96,7 +96,7 @@ tasks.withType(JavaCompile) { group = "de.gurkenlabs" archivesBaseName = "litiengine" -version = "0.4.9" +version = "0.4.10" uploadArchives { repositories { diff --git a/build.gradle b/build.gradle index a34928469..8e37c0a8a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'jacoco' apply plugin: 'maven' archivesBaseName = "litiengine" -version = "v0.4.9-alpha" +version = "v0.4.10-alpha" sourceSets { main.java.srcDir "src" diff --git a/sonar-project.properties b/sonar-project.properties index 94b5e7868..87f17d59e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=de.gurkenlabs:litiengine # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=litiengine -sonar.projectVersion=0.4.9 +sonar.projectVersion=0.4.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set. diff --git a/utiliti/src/de/gurkenlabs/utiliti/Program.java b/utiliti/src/de/gurkenlabs/utiliti/Program.java index c5893f237..e3c7183c3 100644 --- a/utiliti/src/de/gurkenlabs/utiliti/Program.java +++ b/utiliti/src/de/gurkenlabs/utiliti/Program.java @@ -107,7 +107,7 @@ public static void main(String[] args) { Game.getInfo().setName("utiLITI"); Game.getInfo().setSubTitle("litiengine creation kit"); - Game.getInfo().setVersion("v0.4.9-alpha"); + Game.getInfo().setVersion("v0.4.10-alpha"); initSystemTray();