update version to 1.2

This commit is contained in:
sirjonasxx 2020-10-20 13:31:58 +02:00
parent aca8629e6f
commit 2e66b8d244
5 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.1</version>
<version>1.2</version>
<relativePath>../../</relativePath>
</parent>
@ -106,7 +106,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>1.1</version>
<version>1.2</version>
<!--<scope>provided</scope>-->
</dependency>
</dependencies>

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.1</version>
<version>1.2</version>
<relativePath>../../</relativePath>
</parent>
@ -106,7 +106,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>1.1</version>
<version>1.2</version>
<!--<scope>provided</scope>-->
</dependency>
</dependencies>

View File

@ -8,7 +8,7 @@
<packaging>jar</packaging>
<version>1.1</version>
<version>1.2</version>
<properties>
<javafx.version>1.8</javafx.version>
@ -17,7 +17,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.1</version>
<version>1.2</version>
</parent>
<build>

View File

@ -28,7 +28,7 @@ import java.util.Set;
public class Main extends Application {
public static Application main;
public static String version = "1.1";
public static String version = "1.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>1.1</version>
<version>1.2</version>
<name>G-Earth-Parent</name>
<url>https://github.com/sirjonasxx/G-Earth</url>