-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
50 lines (47 loc) · 1.61 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
47
48
49
50
<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.xwiki.platform.applications</groupId>
<artifactId>xwiki-applications</artifactId>
<version>30-SNAPSHOT</version>
</parent>
<groupId>net.bblfish.dev.xwiki</groupId>
<artifactId>keygen</artifactId>
<packaging>pom</packaging>
<version>0.5</version>
<name>Xwiki Keygen Module</name>
<url>http://esw.w3.org/topic/foaf+ssl</url>
<licenses>
<license>
<name>BSD</name>
<url>../LICENSE.txt</url>
<distribution>repo</distribution>
<comments>BSD Licence by the University of Manchester</comments>
</license>
<license>
<name>BSD</name>
<url>./LICENSE.txt</url>
<distribution>repo</distribution>
<comments>BSD Licence by Henry Story at bblfish.net</comments>
</license>
</licenses>
<modules>
<module>foafssl-application</module>
<module>foafssl-component</module>
</modules>
<developers>
<developer>
<id>bblfish</id>
<name>Henry Story</name>
<email>[email protected]</email>
<organization>The BabelFish Freelance Org</organization>
<organizationUrl>http://bblfish.net/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>0</timezone>
</developer>
</developers>
</project>