Blame SOURCES/rhino-1.7R5.pom

b82361
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
b82361
  <modelVersion>4.0.0</modelVersion>
b82361
b82361
  <parent>
b82361
    <groupId>org.sonatype.oss</groupId>
b82361
    <artifactId>oss-parent</artifactId>
b82361
    <version>7</version>
b82361
  </parent>
b82361
b82361
  <groupId>org.mozilla</groupId>
b82361
  <artifactId>rhino</artifactId>
b82361
  <name>Mozilla Rhino</name>
b82361
  <version>1.7R5</version>
b82361
b82361
  <packaging>jar</packaging>
b82361
  <description>
b82361
      Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically
b82361
      embedded into Java applications to provide scripting to end users.
b82361
  </description>
b82361
  <url>https://developer.mozilla.org/en/Rhino</url>
b82361
b82361
  <licenses>
b82361
    <license>
b82361
      <name>Mozilla Public License, Version 2.0</name>
b82361
      <url>http://www.mozilla.org/MPL/2.0/index.txt</url>
b82361
    </license>
b82361
  </licenses>
b82361
b82361
  <scm>
b82361
    <connection>scm:git:git@github.com:mozilla/rhino.git</connection>
b82361
    <developerConnection>scm:git:git@github.com:mozilla/rhino.git</developerConnection>
b82361
    <url>git@github.com:mozilla/rhino.git</url>
b82361
  </scm>
b82361
b82361
  <organization>
b82361
    <name>The Mozilla Foundation</name>
b82361
    <url>http://www.mozilla.org</url>
b82361
  </organization>
b82361
</project>