mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
to version 3.3.5
This commit is contained in:
parent
035609cdf8
commit
f4c7639d58
@ -65,7 +65,7 @@ import java.util.zip.ZipInputStream;
|
||||
public static String getVersion(){
|
||||
String version = GlobalUtil.class.getPackage().getImplementationVersion();
|
||||
if (version == null || version.equals("")) {
|
||||
version = "3.3.4";
|
||||
version = "3.3.5";
|
||||
}
|
||||
return version;
|
||||
}
|
||||
|
||||
Binary file not shown.
2
pom.xml
2
pom.xml
@ -33,7 +33,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<revision>3.3.4</revision>
|
||||
<revision>3.3.5</revision>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.release>1.8</maven.compiler.release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user