<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jodd</groupId>
<artifactId>jodd-core</artifactId>
<version>5.0.3</version>
<name>Jodd Core</name>
<description>Jodd Core tools and huge number of utilities.</description>
<url>http://jodd.org</url>
<organization>
<name>Jodd</name>
<url>http://jodd.org</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/oblac/jodd/issues</url>
</issueManagement>
<licenses>
<license>
<name>The BSD 2-Clause License</name>
<url>http://jodd.org/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/oblac/jodd</url>
<connection>scm:git:git://github.com/oblac/jodd.git</connection>
<developerConnection>scm:git:ssh://git@github.com/oblac/jodd.git</developerConnection>
</scm>
<developers>
<developer>
<id>igor</id>
<name>Igor Spasi膰</name>
<email>igor@jodd.org</email>
<timezone>+1</timezone>
</developer>
</developers>
</project>
|