-
Notifications
You must be signed in to change notification settings - Fork 0
/
tatin.pom
29 lines (29 loc) · 1004 Bytes
/
tatin.pom
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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.netmelody.tatin</groupId>
<artifactId>tatin</artifactId>
<packaging>jar</packaging>
<name>Tatin</name>
<version>@VERSION@</version>
<description>Tatin is a lightweight in-memory HTTP server allowing clients to PUT content to any url and then GET it back.</description>
<url>http://netmelody.org/tatin</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://github.com/netmelody/tatin</url>
<connection>scm:git:git://github.com/netmelody/tatin.git</connection>
<developerConnection>scm:git:[email protected]:netmelody/tatin.git</developerConnection>
</scm>
<developers>
<developer>
<id>scarytom</id>
<name>Tom Denley</name>
<email>[email protected]</email>
</developer>
</developers>
</project>