Home | History | Annotate | Download | only in icu4j
      1 <?xml version="1.0"?>
      2 <!--
      3 *  2016 and later: Unicode, Inc. and others.
      4 * License & terms of use: http://www.unicode.org/copyright.html#License
      5 *******************************************************************************
      6 * Copyright (C) 2010-2016, International Business Machines Corporation and    *
      7 * others. All Rights Reserved.                                                *
      8 *******************************************************************************
      9 -->
     10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     12   <modelVersion>4.0.0</modelVersion>
     13 
     14   <groupId>com.ibm.icu</groupId>
     15   <artifactId>icu4j</artifactId>
     16   <version>58.2</version>
     17 
     18   <name>ICU4J</name>
     19   <description>
     20     International Component for Unicode for Java (ICU4J) is a mature, widely used Java library
     21     providing Unicode and Globalization support 
     22   </description>
     23   <url>http://icu-project.org/</url>
     24   <inceptionYear>2001</inceptionYear>
     25   <licenses>
     26     <license>
     27       <name>Unicode/ICU License</name>
     28       <url>http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE</url>
     29       <distribution>repo</distribution>
     30     </license>
     31   </licenses>
     32 
     33   <developers>
     34     <developer>
     35       <id>mark</id>
     36       <name>Mark Davis</name>
     37       <organization>Google</organization>
     38       <roles>
     39         <role>PMC Member</role>
     40       </roles>
     41     </developer>
     42     <developer>
     43       <id>emmons</id>
     44       <name>John Emmons</name>
     45       <organization>IBM Corporation</organization>
     46       <roles>
     47         <role>PMC Member</role>
     48       </roles>
     49     </developer>
     50     <developer>
     51       <id>doug</id>
     52       <name>Doug Felt</name>
     53       <organization>Google</organization>
     54       <roles>
     55         <role>PMC Member</role>
     56       </roles>
     57     </developer>
     58     <developer>
     59       <id>deborah</id>
     60       <name>Deborah Goldsmith</name>
     61       <organization>Apple</organization>
     62       <roles>
     63         <role>PMC Member</role>
     64       </roles>
     65     </developer>
     66     <developer>
     67       <id>srl</id>
     68       <name>Steven Loomis</name>
     69       <organization>IBM Corporation</organization>
     70       <roles>
     71         <role>PMC Member</role>
     72       </roles>
     73     </developer>
     74     <developer>
     75       <id>markus</id>
     76       <name>Markus Scherer</name>
     77       <organization>Google</organization>
     78       <roles>
     79         <role>PMC Member</role>
     80       </roles>
     81     </developer>
     82     <developer>
     83       <id>pedberg</id>
     84       <name>Peter Edberg</name>
     85       <organization>Apple</organization>
     86       <roles>
     87         <role>PMC Member</role>
     88       </roles>
     89     </developer>
     90     <developer>
     91       <id>yoshito</id>
     92       <name>Yoshito Umaoka</name>
     93       <organization>IBM Corporation</organization>
     94       <roles>
     95         <role>PMC Member</role>
     96       </roles>
     97     </developer>
     98   </developers>
     99 
    100   <mailingLists>
    101     <mailingList>
    102       <name>icu-support</name>
    103       <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</subscribe>
    104       <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</unsubscribe>
    105       <post>icu-support (a] lists.sourceforge.net</post>
    106       <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support</archive>
    107     </mailingList>
    108     <mailingList>
    109       <name>icu-announce</name>
    110       <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</subscribe>
    111       <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</unsubscribe>
    112       <post>icu-announce (a] lists.sourceforge.net</post>
    113       <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce</archive>
    114     </mailingList>
    115     <mailingList>
    116       <name>icu-design</name>
    117       <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</subscribe>
    118       <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</unsubscribe>
    119       <post>icu-design (a] lists.sourceforge.net</post>
    120       <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design</archive>
    121     </mailingList>
    122   </mailingLists>
    123 
    124   <scm>
    125     <connection>scm:svn:http://source.icu-project.org/repos/icu/trunk/icu4j</connection>
    126     <developerConnection>scm:svn:http://source.icu-project.org/repos/icu/turnk/icu4j</developerConnection>
    127     <url>http://source.icu-project.org/repos/icu/trunk/icu4j</url>
    128   </scm>
    129   <issueManagement>
    130     <system>Trac</system>
    131     <url>http://bugs.icu-project.org/trac/</url>
    132   </issueManagement>
    133 
    134   <distributionManagement>
    135     <repository>
    136       <id>icu4j-releases</id>
    137       <name>ICU4J Central Repository</name>
    138       <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
    139     </repository>
    140     <snapshotRepository>
    141       <id>icu4j-snapshots</id>
    142       <name>ICU4J Central Development Repository</name>
    143       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    144     </snapshotRepository>
    145   </distributionManagement>
    146 </project>
    147