Blame SOURCES/disruptor-3.4.4.pom

03ec7d
03ec7d
03ec7d
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
03ec7d
  <modelVersion>4.0.0</modelVersion>
03ec7d
  <groupId>com.lmax</groupId>
03ec7d
  <artifactId>disruptor</artifactId>
03ec7d
  <version>3.4.4</version>
03ec7d
  <name>Disruptor Framework</name>
03ec7d
  <description>Disruptor - Concurrent Programming Framework</description>
03ec7d
  <url>http://lmax-exchange.github.com/disruptor</url>
03ec7d
  <licenses>
03ec7d
    <license>
03ec7d
      <name>The Apache Software License, Version 2.0</name>
03ec7d
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
03ec7d
      <distribution>repo</distribution>
03ec7d
    </license>
03ec7d
  </licenses>
03ec7d
  <developers>
03ec7d
    <developer>
03ec7d
      <id>team</id>
03ec7d
      <name>LMAX Disruptor Development Team</name>
03ec7d
      <email>lmax-disruptor@googlegroups.com</email>
03ec7d
    </developer>
03ec7d
  </developers>
03ec7d
  <scm>
03ec7d
    <connection>scm:git@github.com:LMAX-Exchange/disruptor.git</connection>
03ec7d
    <url>scm:git@github.com:LMAX-Exchange/disruptor.git</url>
03ec7d
  </scm>
03ec7d
  <dependencies>
03ec7d
    <dependency>
03ec7d
      <groupId>junit</groupId>
03ec7d
      <artifactId>junit</artifactId>
03ec7d
      <version>4.12</version>
03ec7d
      <scope>test</scope>
03ec7d
    </dependency>
03ec7d
  </dependencies>
03ec7d
</project>