7e585bf63d
This reverts commit 38db11e5077c163f84cff85fd40e91a24bddfc76. Sonatype is making it painful for me to publish this release (they no longer accept my credentials) so it might be a while until it gets done.
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.capnproto</groupId>
|
|
<artifactId>capnproto-java</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>0.1.17-SNAPSHOT</version>
|
|
<name>Cap'n Proto for Java</name>
|
|
<url>https://capnproto.org/</url>
|
|
<modules>
|
|
<module>runtime</module>
|
|
<module>compiler</module>
|
|
<module>examples</module>
|
|
<module>benchmark</module>
|
|
<module>runtime-rpc</module>
|
|
</modules>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
<url>http://opensource.org/licenses/MIT</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<scm>
|
|
<url>git@github.com:capnproto/capnproto-java.git</url>
|
|
<connection>scm:git@github.com:capnproto/capnproto-java.git</connection>
|
|
</scm>
|
|
<developers>
|
|
<developer>
|
|
<id>dwrensha</id>
|
|
<name>David Renshaw</name>
|
|
<url>https://github.com/dwrensha</url>
|
|
</developer>
|
|
</developers>
|
|
</project>
|