<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>net.yura</groupId>
  <artifactId>lobby-core</artifactId>
  <version>1.0.0</version>
  <packaging>jar</packaging>

  <name>yura.net Lobby Core</name>
  <description>
    Core lib for Lobby
  </description>
  <url>http://lobby.sf.net/</url>

  <licenses>
    <license>
      <name>LGPL 3.0</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>net.yura</groupId>
      <artifactId>io-util</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:svn:https://svn.code.sf.net/p/lobby/code/trunk/src/</connection>
    <developerConnection>scm:svn:https://svn.code.sf.net/p/lobby/code/trunk/src/</developerConnection>
    <url>https://sourceforge.net/p/lobby/code/HEAD/tree/trunk/src/</url>
  </scm>

  <developers>
    <developer>
      <name>Yura</name>
      <organization>yura.net</organization>
      <organizationUrl>http://yura.net/</organizationUrl>
    </developer>
  </developers>

</project>
