<?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.github.blackrock</groupId>
  <artifactId>Java-WebSocket</artifactId>
  <version>58d1778695</version>
  <name>blackrock/Java-WebSocket</name>
  <description>A barebones WebSocket client and server implementation written in 100% Java.</description>
  <url>http://java-websocket.org/</url>
  <inceptionYear>2015</inceptionYear>
  <developers>
    <developer>
      <id>blackrock</id>
      <name>BlackRock</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/blackrock/Java-WebSocket.git</connection>
    <developerConnection>scm:git://github.com/blackrock/Java-WebSocket.git</developerConnection>
    <url>git://github.com/blackrock/Java-WebSocket.git</url>
  </scm>
</project>
