version 1.2019.6

This commit is contained in:
Arnaud Roques 2019-05-25 13:10:30 +02:00
parent e98937d0b3
commit 2b4fbe2452
10 changed files with 2 additions and 2 deletions

0
[Help Normal file
View File

0
call Normal file
View File

0
cd Normal file
View File

0
dir Normal file
View File

0
git Normal file
View File

0
plantuml-server Normal file
View File

View File

@ -179,7 +179,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2019.5</version>
<version>1.2019.6</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

0
rune Normal file
View File

0
runme Normal file
View File

View File

@ -44,7 +44,7 @@ import net.sourceforge.plantuml.core.DiagramDescription;
import net.sourceforge.plantuml.core.Diagram;
import net.sourceforge.plantuml.core.ImageData;
import net.sourceforge.plantuml.version.Version;
import net.sourceforge.plantuml.PSystemError;
import net.sourceforge.plantuml.error.PSystemError;
import net.sourceforge.plantuml.ErrorUml;