-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
37 lines (37 loc) · 1.47 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
<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>edu.cmu.lti.oaqa.bio.model</groupId>
<artifactId>lingpipe-models</artifactId>
<version>0.0.3-SNAPSHOT</version>
<name>LingPipe Models</name>
<description>Models provided officially by LingPipe at http://alias-i.com/lingpipe/web/models.html</description>
<parent>
<groupId>edu.cmu.lti.oaqa</groupId>
<artifactId>oaqa</artifactId>
<version>4</version>
</parent>
<url>https://github.com/oaqa/lingpipe-models</url>
<issueManagement>
<system>github.com</system>
<url>https://github.com/oaqa/lingpipe-models/issues</url>
</issueManagement>
<inceptionYear>2012</inceptionYear>
<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>[email protected]:oaqa/lingpipe-models.git</url>
<connection>scm:git:[email protected]:oaqa/lingpipe-models.git</connection>
<developerConnection>scm:git:[email protected]:oaqa/lingpipe-models.git</developerConnection>
</scm>
<repositories>
<repository>
<id>oaqa</id>
<url>http://mu.lti.cs.cmu.edu:8081/nexus/content/groups/public</url>
</repository>
</repositories>
</project>