source: trunk/abcl/contrib/pom.xml

Last change on this file was 15722, checked in by Mark Evenson, 10 months ago

1.9.3: update build metadata to 1.9.3-dev

File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project
3   xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
4   xmlns="https://maven.apache.org/POM/4.0.0"
5   xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
6
7  <!-- NOT USABLE FOR BUILDS, only for installing into a repository! -->
8
9  <modelVersion>4.0.0</modelVersion>
10  <parent>
11    <groupId>org.sonatype.oss</groupId>
12    <artifactId>oss-parent</artifactId>
13    <version>6</version>
14  </parent>
15  <groupId>org.abcl</groupId>
16  <artifactId>abcl-contrib</artifactId>
17  <version>1.9.3-SNAPSHOT</version>
18  <packaging>jar</packaging>
19  <name>Armed Bear Common Lisp (ABCL) Contribs</name>
20  <description>Extra contributions for ABCL code not necessarily
21  licensed under the GPLv2 with classpath exception.</description>
22  <url>https://abcl.org</url>
23  <licenses>
24    <license>
25      <name>
26        Individual ASDF system licensing: examine and accept individual terms by explicit consent
27      </name>
28      <url>
29        https://abcl.org/svn/tags/1.9.2/contrib/README.markdown
30      </url>
31      <distribution>repo</distribution>
32    </license>
33  </licenses>
34  <scm>
35    <connection>
36      scm:git:https://github.com/armedbear/abcl
37    </connection>
38    <developerConnection>
39      scm:git:https://gitlab.common-lisp.net/abcl/abcl
40    </developerConnection>
41    <url>https://abcl.org/trac/browser/tags/1.9.2/contrib/</url>
42  </scm>
43  <developers>
44    <developer>
45      <id>ehu</id>
46      <name>Erik Huelsmann</name>
47      <email>ehuels (at) gmail (dot) com</email>
48    </developer>
49    <developer>
50      <id>easyE</id>
51      <name>Mark Evenson</name>
52      <email>evenson (at) panix (dot) com</email>
53    </developer>
54    <developer>
55      <id>V-ille</id>
56      <name>Ville Voutilainen</name>
57      <email>ville.voutilainen (at) gmail (dot) com</email>
58    </developer>
59    <developer>
60      <id>astalla</id>
61      <name>Alessio Stalla</name>
62      <email>alessiostalla (at) gmail (dot) com</email>
63    </developer>
64    <developer>
65      <id>rudi</id>
66      <name>Rudi Schlatte</name>
67      <email>rudi (at) constantly (dot) at</email>
68    </developer>
69  </developers>
70  <dependencies />
71</project>
Note: See TracBrowser for help on using the repository browser.