SCViewer/features/com.minres.scviewer.databas.../pom.xml

13 lines
579 B
XML
Raw Normal View History

2020-06-11 08:31:24 +02: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">
<modelVersion>4.0.0</modelVersion>
<artifactId>com.minres.scviewer.database.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>com.minres.scviewer</groupId>
<artifactId>com.minres.scviewer.parent</artifactId>
2021-02-18 09:16:02 +01:00
<version>2.12.1</version>
2020-06-11 08:31:24 +02:00
<relativePath>../..</relativePath>
</parent>
2021-01-09 22:23:51 +01:00
<version>3.0.0-SNAPSHOT</version>
2020-06-11 08:31:24 +02:00
</project>