| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <project |
|---|
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
|---|
| 4 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|---|
| 5 | |
|---|
| 6 | <!-- NOT USABLE FOR BUILDS, only for installing into a repository! --> |
|---|
| 7 | |
|---|
| 8 | <modelVersion>4.0.0</modelVersion> |
|---|
| 9 | <parent> |
|---|
| 10 | <groupId>org.sonatype.oss</groupId> |
|---|
| 11 | <artifactId>oss-parent</artifactId> |
|---|
| 12 | <version>6</version> |
|---|
| 13 | </parent> |
|---|
| 14 | <groupId>org.armedbear.lisp</groupId> |
|---|
| 15 | <artifactId>abcl</artifactId> |
|---|
| 16 | <version>1.2.1</version> |
|---|
| 17 | <packaging>jar</packaging> |
|---|
| 18 | <name>ABCL - Armed Bear Common Lisp</name> |
|---|
| 19 | <description>Common Lisp implementation running on the JVM</description> |
|---|
| 20 | <url>http://common-lisp/project/armedbear</url> |
|---|
| 21 | <licenses> |
|---|
| 22 | <license> |
|---|
| 23 | <name>GNU General Public License with Classpath exception</name> |
|---|
| 24 | <url>http://www.gnu.org/software/classpath/license.html</url> |
|---|
| 25 | <distribution>repo</distribution> |
|---|
| 26 | </license> |
|---|
| 27 | </licenses> |
|---|
| 28 | <scm> |
|---|
| 29 | <connection>scm:svn:http://abcl.org/svn/trunk/</connection> |
|---|
| 30 | <developerConnection>scm:svn:svn+ssh://abcl.org/project/armedbear/svn/trunk/</developerConnection> |
|---|
| 31 | <url>http://lisp.not.org/trac/armedbear/browser/trunk/abcl</url> |
|---|
| 32 | </scm> |
|---|
| 33 | <developers> |
|---|
| 34 | <developer> |
|---|
| 35 | <id>ehu</id> |
|---|
| 36 | <name>Erik Huelsmann</name> |
|---|
| 37 | <email>ehuels (at) gmail (dot) com</email> |
|---|
| 38 | </developer> |
|---|
| 39 | <developer> |
|---|
| 40 | <id>easyE</id> |
|---|
| 41 | <name>Mark Evenson</name> |
|---|
| 42 | <email>evenson (at) panix (dot) com</email> |
|---|
| 43 | </developer> |
|---|
| 44 | <developer> |
|---|
| 45 | <id>V-ille</id> |
|---|
| 46 | <name>Ville Voutilainen</name> |
|---|
| 47 | <email>ville.voutilainen (at) gmail (dot) com</email> |
|---|
| 48 | </developer> |
|---|
| 49 | <developer> |
|---|
| 50 | <id>astalla</id> |
|---|
| 51 | <name>Alessio Stalla</name> |
|---|
| 52 | <email>alessiostalla (at) gmail (dot) com</email> |
|---|
| 53 | </developer> |
|---|
| 54 | <developer> |
|---|
| 55 | <id>rudi</id> |
|---|
| 56 | <name>Rudi Schlatte</name> |
|---|
| 57 | <email>rudi (at) constantly (dot) at</email> |
|---|
| 58 | </developer> |
|---|
| 59 | </developers> |
|---|
| 60 | <dependencies /> |
|---|
| 61 | </project> |
|---|