mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
28 lines
998 B
XML
28 lines
998 B
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="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.beust</groupId>
|
|
<artifactId>wrapper</artifactId>
|
|
<version>1.1.0</version>
|
|
<name>wrapper</name>
|
|
<description>Wrapper for Kobalt</description>
|
|
<url>https://beust.com/kobalt</url>
|
|
<licenses>
|
|
<license>
|
|
<name>Apache-2.0</name>
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<name>Cedric Beust</name>
|
|
<email>cedric@beust.com</email>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:https://github.com/cbeust/kobalt.git</connection>
|
|
<developerConnection>scm:git@github.com:cbeust/kobalt.git</developerConnection>
|
|
<url>https://github.com/cbeust/kobalt</url>
|
|
</scm>
|
|
</project>
|