Blame SOURCES/disruptor-3.4.4.pom

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