opretj/pom.xml

22 lines
828 B
XML
Raw Permalink Normal View History

2016-08-30 16:05:27 +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>
<groupId>org.tcpid</groupId>
<artifactId>opret-parent</artifactId>
2016-09-05 21:32:32 +02:00
<version>0.0.2-SNAPSHOT</version>
2016-08-30 16:05:27 +02:00
<packaging>pom</packaging>
<modules>
<module>opretj</module>
<module>opret-testapp</module>
</modules>
2016-08-30 20:32:17 +02:00
<url>https://github.com/bitcoinj/bitcoinj</url>
<name>opretj-parent</name>
<scm>
<url>scm:git:https://github.com/haraldh/opretj.git</url>
</scm>
<issueManagement>
<url>https://github.com/haraldh/opretj/issues</url>
</issueManagement>
2016-08-30 20:45:52 +02:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
2016-08-30 16:05:27 +02:00
</project>