Home | History | Annotate | Download | only in 2.5.3
      1 <?xml version="1.0"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      4     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      5 
      6     <modelVersion>4.0.0</modelVersion>
      7     <groupId>org.python</groupId>
      8     <artifactId>jython-standalone</artifactId>
      9     <packaging>jar</packaging>
     10     <name>Jython</name>
     11     <version>2.5.3</version>
     12     <url>http://www.jython.org/</url>
     13     <description>
     14         Jython is an implementation of the high-level, dynamic, object-oriented
     15         language Python written in 100% Pure Java, and seamlessly integrated with
     16         the Java platform. It thus allows you to run Python on any Java platform.
     17     </description>
     18     <licenses>
     19         <license>
     20             <name>Jython Software License</name>
     21             <url>http://www.jython.org/Project/license.html</url>
     22             <distribution>repo</distribution>
     23         </license>
     24     </licenses>
     25     <scm>
     26         <connection>scm:hg:http://hg.python.org/jython</connection>
     27         <developerConnection>scm:hg:ssh://hg (a] hg.python.org/jython</developerConnection>
     28         <url>http://hg.python.org/jython</url>
     29     </scm>
     30     <!-- Just put my name in for now to make the maven uploader happy -->
     31     <developers>
     32         <developer>
     33             <id>fwierzbicki</id>
     34             <name>Frank Wierzbicki</name>
     35         </developer>
     36     </developers>
     37 </project>
     38