1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
5 |
|
6 |
<modelVersion>4.0.0</modelVersion> |
7 |
<groupId>info.bioinfweb.commons.java</groupId> |
8 |
<artifactId>bioinfweb-commons-java-applet</artifactId> |
9 |
<version>1.0.0</version> |
10 |
<packaging>jar</packaging> |
11 |
<name>bioinfweb.commons.java.applet</name> |
12 |
<description>The applet module of shared components of bioinfweb projects made available in a Java library.</description> |
13 |
<url>http://commons.bioinfweb.info/Java/</url> |
14 |
<licenses> |
15 |
<license> |
16 |
<name>GNU General Public License, Version 3</name> |
17 |
<url>http://commons.bioinfweb.info/Java/License</url> |
18 |
</license> |
19 |
</licenses> |
20 |
<developers> |
21 |
<developer> |
22 |
<name>Ben Stöver</name> |
23 |
<email>stoever@bioinfweb.info</email> |
24 |
<organization>bioinfweb.info</organization> |
25 |
<organizationUrl>http://bioinfweb.info/</organizationUrl> |
26 |
</developer> |
27 |
</developers> |
28 |
<scm> |
29 |
<connection>scm:svn:https://secure.bioinfweb.info/Code/svn/commons.java/trunk</connection> |
30 |
<developerConnection>scm:svn:https://secure.bioinfweb.info/Code/svn/commons.java/trunk</developerConnection> |
31 |
<url>http://bioinfweb.info/Code/sventon/repos/commons.java/list/trunk/</url> |
32 |
</scm> |
33 |
</project> |