update version to 1.8b1

This commit is contained in:
wyq 2019-04-16 13:55:52 +08:00
parent 2c9fb81b06
commit c18e4ed6b0
7 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
</parent>
<artifactId>MeteoInfoLab</artifactId>
<packaging>jar</packaging>

Binary file not shown.

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
</parent>
<artifactId>MeteoInfoLib</artifactId>

View File

@ -63,7 +63,7 @@ public class GlobalUtil {
* @return Software version
*/
public static String getVersion(){
return "1.7.6";
return "1.8b1";
}
/**

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<MeteoInfo File="config.xml" Type="configurefile">
<Path OpenPath="D:\Temp\Map"/>
<Path OpenPath="D:\Temp\test"/>
<Font>
<TextFont FontName="宋体" FontSize="15"/>
<LegendFont FontName="宋体" FontSize="12"/>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
</parent>
<artifactId>MeteoInfoMap</artifactId>
<packaging>jar</packaging>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>