Blame SOURCES/disruptor-3.4.4.pom

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