13 lines
606 B
XML
13 lines
606 B
XML
|
<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">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<artifactId>vasc-demos</artifactId>
|
||
|
<groupId>net.forwardfire.vasc.demos</groupId>
|
||
|
<version>0.3.5-SNAPSHOT</version>
|
||
|
<relativePath>..</relativePath>
|
||
|
</parent>
|
||
|
<artifactId>vasc-demo-swing</artifactId>
|
||
|
<groupId>net.forwardfire.vasc.demos</groupId>
|
||
|
<name>vasc-demo-swing</name>
|
||
|
<description>vasc-demo-swing</description>
|
||
|
</project>
|