1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-04-04 15:41:51 +00:00
This commit is contained in:
Arnaud Roques 2019-02-09 16:34:05 +01:00
parent 44487018ce
commit 813500c549
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -51,7 +51,7 @@
<c:if test="${cfg['SHOW_GITHUB_RIBBON'] eq 'on' }"> <c:if test="${cfg['SHOW_GITHUB_RIBBON'] eq 'on' }">
<%@ include file="resource/githubribbon.html" %> <%@ include file="resource/githubribbon.html" %>
</c:if> </c:if>
<p>Create your <a href="http://plantuml.sourceforge.net">PlantUML</a> diagrams directly in your browser !</p> <p>Create your <a href="http://plantuml.com">PlantUML</a> diagrams directly in your browser !</p>
</div> </div>
<div id="content"> <div id="content">
<%-- CONTENT --%> <%-- CONTENT --%>