-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpom.xml
46 lines (38 loc) · 1.55 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
43
44
45
46
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>com.paulhammant.servirtium</groupId>
<artifactId>servirtium-pom</artifactId>
<version>0.9.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Service Virtualized HTTP</name>
<description>Service Virtualized HTTP that includes record, playback and a markdown storage format FOR TEST
AUTOMATION
</description>
<url>http://github.com/paul-hammant/servirtium</url>
<licenses>
<license>
<name>Two clause BSD license</name>
<url>https://github.com/paul-hammant/servirtium/blob/master/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:paul-hammant/servirtium.git</connection>
<developerConnection>scm:git:[email protected]:paul-hammant/servirtium.git</developerConnection>
<url>[email protected]:paul-hammant/servirtium.git</url>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>core</module>
<module>jetty</module>
<module>undertow</module>
</modules>
</project>