version to 0.2.2

This commit is contained in:
sirjonasxx 2019-01-22 18:22:09 +01:00
parent 38d881d0f3
commit c44a2624ac
6 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<build>
@ -83,7 +83,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<!--<scope>provided</scope>-->
</dependency>
</dependencies>

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<build>
@ -82,7 +82,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<!--<scope>provided</scope>-->
</dependency>
</dependencies>

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<build>
@ -82,7 +82,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<!--<scope>provided</scope>-->
</dependency>
</dependencies>

View File

@ -8,12 +8,12 @@
<packaging>jar</packaging>
<version>0.2.1</version>
<version>0.2.2</version>
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<build>

View File

@ -26,7 +26,7 @@ import java.io.IOException;
public class Main extends Application {
public static Application main;
public static String version = "0.2.1";
public static String version = "0.2.2";
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
@Override

View File

@ -7,7 +7,7 @@
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<packaging>pom</packaging>
<version>0.2.1</version>
<version>0.2.2</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>