2015-10-22 22:12:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2020-01-13 13:14:34 +01:00
|
|
|
<artifactId>com.minres.scviewer.target</artifactId>
|
2015-10-22 22:12:18 +02:00
|
|
|
|
|
|
|
<packaging>eclipse-target-definition</packaging>
|
|
|
|
<name>SCViewer Target Definition</name>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.minres.scviewer</groupId>
|
|
|
|
<artifactId>com.minres.scviewer.parent</artifactId>
|
2021-01-14 23:51:18 +01:00
|
|
|
<version>2.12.0-SNAPSHOT</version>
|
2021-01-10 14:40:25 +01:00
|
|
|
<relativePath>../..</relativePath>
|
2015-10-22 22:12:18 +02:00
|
|
|
</parent>
|
|
|
|
|
2020-06-01 17:26:56 +02:00
|
|
|
</project>
|