mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
Import version 1.2022.0
This commit is contained in:
parent
891b70dd8a
commit
c0a51633ce
2
pom.xml
2
pom.xml
@ -34,7 +34,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.sourceforge.plantuml</groupId>
|
||||
<artifactId>plantuml</artifactId>
|
||||
<version>1.2021.16-SNAPSHOT</version>
|
||||
<version>1.2022.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>PlantUML</name>
|
||||
<description>
|
||||
|
@ -44,7 +44,7 @@ public class Version {
|
||||
private static final int MAJOR_SEPARATOR = 1000000;
|
||||
|
||||
public static int version() {
|
||||
return 1202116;
|
||||
return 1202200;
|
||||
}
|
||||
|
||||
public static int versionPatched() {
|
||||
@ -80,7 +80,7 @@ public class Version {
|
||||
}
|
||||
|
||||
public static int beta() {
|
||||
final int beta = 10;
|
||||
final int beta = 0;
|
||||
return beta;
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ public class Version {
|
||||
}
|
||||
|
||||
public static long compileTime() {
|
||||
return 1638984322158L;
|
||||
return 1641917802534L;
|
||||
}
|
||||
|
||||
public static String compileTimeString() {
|
||||
|
Loading…
Reference in New Issue
Block a user