This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
42 lines (39 loc) · 1.48 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0' encoding='UTF-8'?>
<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>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm</artifactId>
<version>2.0.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>mmm-client</artifactId>
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Support for clients.</description>
<url>http://m-m-m.sourceforge.net/</url>
<inceptionYear>2001</inceptionYear>
<properties>
<java.version>1.8</java.version>
<!-- Internal project versions -->
<net.sf.mmm.service.version>1.0.0-SNAPSHOT</net.sf.mmm.service.version>
<net.sf.mmm.client.version>1.0.0-SNAPSHOT</net.sf.mmm.client.version>
<net.sf.mmm.util.version>8.0.0-SNAPSHOT</net.sf.mmm.util.version>
</properties>
<modules>
<module>bom</module>
<module>modules</module>
</modules>
<issueManagement>
<system>GitHub</system>
<url>http://github.com/m-m-m/client/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:m-m-m/client.git</connection>
<developerConnection>scm:git:git@github.com:m-m-m/client.git</developerConnection>
<url>https://github.com/m-m-m/client/tree/master</url>
<tag/>
</scm>
</project>