-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpom.xml
More file actions
40 lines (40 loc) · 1.72 KB
/
pom.xml
File metadata and controls
40 lines (40 loc) · 1.72 KB
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
<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>
<artifactId>pepperModules-TCFModules</artifactId>
<name>${project.groupId}.${project.artifactId}</name>
<version>1.1.9-SNAPSHOT</version>
<packaging>bundle</packaging>
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper-parentModule</artifactId>
<version>3.3.3</version>
</parent>
<description>This module will allow converting from TCF to Salt and the other way around. </description>
<url>https://github.com/korpling/pepperModules-TCFModules</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/korpling/pepperModules-TCFModules/issues</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://korpling.german.hu-berlin.de/jenkins/</url>
</ciManagement>
<inceptionYear>2014</inceptionYear>
<organization>
<name>Humboldt-Universität zu Berlin, INRIA</name>
</organization>
<scm>
<connection>scm:git:git://github.com/korpling/pepperModules-TCFModules.git</connection>
<developerConnection>scm:git:git@github.com:korpling/pepperModules-TCFModules.git</developerConnection>
<url>https://github.com/korpling/pepperModules-TCFModules</url>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>Martin Klotz</name>
<email>saltnpepper@lists.hu-berlin.de</email>
<organization>Humboldt-Universität zu Berlin</organization>
<organizationUrl>https://www.linguistik.hu-berlin.de/en/institut-en/professuren-en/korpuslinguistik/standardseite-en?set_language=en</organizationUrl>
</developer>
</developers>
</project>