Blame SOURCES/disruptor-3.4.4.pom

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