1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-09-27 22:49:03 +00:00

[FIX] Plantuml.jar version changed from LATEST to RELEASE

This commit is contained in:
Maxime Sinclair 2013-11-26 16:47:52 +01:00
parent 53fe54e397
commit e187b44b05

View File

@ -73,7 +73,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>LATEST</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>