417e2450f7
X-SVN-Rev: 35629
145 lines
4.7 KiB
XML
145 lines
4.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
*******************************************************************************
|
|
* Copyright (C) 2010-2014, International Business Machines Corporation and *
|
|
* others. All Rights Reserved. *
|
|
*******************************************************************************
|
|
-->
|
|
<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>com.ibm.icu</groupId>
|
|
<artifactId>icu4j</artifactId>
|
|
<version>54-SNAPSHOT</version>
|
|
|
|
<name>ICU4J</name>
|
|
<description>
|
|
International Component for Unicode for Java (ICU4J) is a mature, widely used Java library
|
|
providing Unicode and Globalization support
|
|
</description>
|
|
<url>http://icu-project.org/</url>
|
|
<inceptionYear>2001</inceptionYear>
|
|
<licenses>
|
|
<license>
|
|
<name>ICU License</name>
|
|
<url>http://source.icu-project.org/repos/icu/icu/trunk/license.html</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>mark</id>
|
|
<name>Mark Davis</name>
|
|
<organization>Google</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>emmons</id>
|
|
<name>John Emmons</name>
|
|
<organization>IBM Corporation</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>doug</id>
|
|
<name>Doug Felt</name>
|
|
<organization>Google</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>deborah</id>
|
|
<name>Deborah Goldsmith</name>
|
|
<organization>Apple</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>srl</id>
|
|
<name>Steven Loomis</name>
|
|
<organization>IBM Corporation</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>markus</id>
|
|
<name>Markus Scherer</name>
|
|
<organization>Google</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>pedberg</id>
|
|
<name>Peter Edberg</name>
|
|
<organization>Apple</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>yoshito</id>
|
|
<name>Yoshito Umaoka</name>
|
|
<organization>IBM Corporation</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
|
|
<mailingLists>
|
|
<mailingList>
|
|
<name>icu-support</name>
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</subscribe>
|
|
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</unsubscribe>
|
|
<post>icu-support@lists.sourceforge.net</post>
|
|
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>icu-announce</name>
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</subscribe>
|
|
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</unsubscribe>
|
|
<post>icu-announce@lists.sourceforge.net</post>
|
|
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>icu-design</name>
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</subscribe>
|
|
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</unsubscribe>
|
|
<post>icu-design@lists.sourceforge.net</post>
|
|
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://source.icu-project.org/repos/icu/icu4j/trunk/</connection>
|
|
<developerConnection>scm:svn:http://source.icu-project.org/repos/icu/icu4j/trunk/</developerConnection>
|
|
<url>http://source.icu-project.org/repos/icu/icu4j/trunk/</url>
|
|
</scm>
|
|
<issueManagement>
|
|
<system>Trac</system>
|
|
<url>http://bugs.icu-project.org/trac/</url>
|
|
</issueManagement>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>icu4j-releases</id>
|
|
<name>ICU4J Central Repository</name>
|
|
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>icu4j-snapshots</id>
|
|
<name>ICU4J Central Development Repository</name>
|
|
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</project>
|