Blame SOURCES/disruptor-3.4.4.pom

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