<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <groupId>gov.nist.math</groupId>
  <artifactId>scimark</artifactId>
  <version>2.0</version>
  <packaging>jar</packaging>

  <name>SciMark</name>
  <description>SciMark 2.0 is a Java benchmark for scientific and numerical
  computing. It measures several computational kernels and reports a composite
  score in approximate Mflops (Millions of floating point operations per
  second).</description>
  <url>http://math.nist.gov/scimark2/</url>

  <organization>
    <name>National Institute of Standards and Technology (NIST)</name>
    <url>http://math.nist.gov/</url>
  </organization>

  <licenses>
    <license>
      <name>Public Domain</name>
      <url>http://creativecommons.org/licenses/publicdomain/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>rpozo</id>
      <name>Roldan Pozo</name>
      <url>http://math.nist.gov/~RPozo/</url>
      <organization>National Institute of Standards and Technology (NIST)</organization>
      <organizationUrl>http://www.nist.gov/</organizationUrl>
    </developer>
    <developer>
      <id>bmiller</id>
      <name>Bruce Miller</name>
      <url>http://math.nist.gov/~BMiller/</url>
      <organization>National Institute of Standards and Technology (NIST)</organization>
      <organizationUrl>http://www.nist.gov/</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>not available</connection>
    <url>http://math.nist.gov/scimark2/scimark2src.zip</url>
  </scm>
</project>
