rhino/rhino-1.7.7.1.pom
Fridrich Strba b068678f04 Accepting request 823403 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.7.7.1:
  * Release notes:
    https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md#rhino-1771
- Rebase patches:
  * rhino-addOrbitManifest.patch
  * rhino-build.patch
- Remove pathes:
  * rhino-1.7R3-crosslink.patch
  * rhino-288467.patch
  * rhino-1.7-gcj.patch

OBS-URL: https://build.opensuse.org/request/show/823403
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=48
2020-07-30 05:39:08 +00:00

42 lines
1.3 KiB
Plaintext

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<name>Mozilla Rhino</name>
<version>1.7.7.1</version>
<packaging>jar</packaging>
<description>
Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically
embedded into Java applications to provide scripting to end users.
</description>
<url>https://developer.mozilla.org/en/Rhino</url>
<licenses>
<license>
<name>Mozilla Public License, Version 2.0</name>
<url>http://www.mozilla.org/MPL/2.0/index.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:mozilla/rhino.git</connection>
<developerConnection>scm:git:git@github.com:mozilla/rhino.git</developerConnection>
<url>git@github.com:mozilla/rhino.git</url>
</scm>
<organization>
<name>The Mozilla Foundation</name>
<url>http://www.mozilla.org</url>
</organization>
</project>