2021-10-11 14:40:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-10-12 15:51:35 +00:00
|
|
|
<project
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
>
|
2013-05-28 14:36:42 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-10-12 15:51:35 +00:00
|
|
|
|
2023-06-09 12:51:26 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.sourceforge.plantuml</groupId>
|
|
|
|
<artifactId>plantumlservlet-parent</artifactId>
|
|
|
|
<version>1-SNAPSHOT</version>
|
|
|
|
<relativePath>pom.parent.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2013-05-28 14:36:42 +00:00
|
|
|
<artifactId>plantumlservlet</artifactId>
|
|
|
|
<packaging>war</packaging>
|
2021-10-12 15:51:35 +00:00
|
|
|
|
|
|
|
<properties>
|
2021-10-15 13:11:55 +00:00
|
|
|
<java.version>11</java.version>
|
2021-10-12 15:51:35 +00:00
|
|
|
</properties>
|
2011-11-02 22:11:52 +00:00
|
|
|
</project>
|