forked from paulvi/touch4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
executable file
·29 lines (29 loc) · 865 Bytes
/
pom.xml
File metadata and controls
executable file
·29 lines (29 loc) · 865 Bytes
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>com.emitrom</groupId>
<artifactId>touch4j</artifactId>
<packaging>jar</packaging>
<name>Touch4j</name>
<version>4.2-SNAPSHOT</version>
<description>Touch4j by Emitrom</description>
<url>http://www.emitrom.com/touch4j</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>
<connection>scm:git:git@github.com:emitrom/touch4j.git</connection>
<developerConnection>scm:git:git@github.com:emitrom/touch4j.git</developerConnection>
<url>http://www.emitrom.com/touch4j/</url>
</scm>
<developers>
<developer>
<id>touch4j-devs</id>
<name>Touch4j Devs</name>
<email>devs@emitrom.com</email>
</developer>
</developers>
</project>