12e5b6d6dSopenharmony_ci<?xml version="1.0"?>
22e5b6d6dSopenharmony_ci<!--
32e5b6d6dSopenharmony_ci* © 2017 and later: Unicode, Inc. and others.
42e5b6d6dSopenharmony_ci* License & terms of use: http://www.unicode.org/copyright.html
52e5b6d6dSopenharmony_ci-->
62e5b6d6dSopenharmony_ci<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
72e5b6d6dSopenharmony_ci         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
82e5b6d6dSopenharmony_ci  <modelVersion>4.0.0</modelVersion>
92e5b6d6dSopenharmony_ci
102e5b6d6dSopenharmony_ci  <groupId>com.ibm.icu</groupId>
112e5b6d6dSopenharmony_ci  <artifactId>icu4j-charset</artifactId>
122e5b6d6dSopenharmony_ci  <version>@POMVERSION@</version>
132e5b6d6dSopenharmony_ci
142e5b6d6dSopenharmony_ci  <name>ICU4J Charset Provider</name>
152e5b6d6dSopenharmony_ci  <description>
162e5b6d6dSopenharmony_ci    icu4j-charset is a supplemental library for icu4j, implementing Java Charset SPI.
172e5b6d6dSopenharmony_ci  </description>
182e5b6d6dSopenharmony_ci  <url>https://icu.unicode.org/</url>
192e5b6d6dSopenharmony_ci  <inceptionYear>2001</inceptionYear>
202e5b6d6dSopenharmony_ci
212e5b6d6dSopenharmony_ci  <licenses>
222e5b6d6dSopenharmony_ci    <license>
232e5b6d6dSopenharmony_ci      <name>Unicode/ICU License</name>
242e5b6d6dSopenharmony_ci      <url>https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE</url>
252e5b6d6dSopenharmony_ci      <distribution>repo</distribution>
262e5b6d6dSopenharmony_ci    </license>
272e5b6d6dSopenharmony_ci  </licenses>
282e5b6d6dSopenharmony_ci
292e5b6d6dSopenharmony_ci  <developers>
302e5b6d6dSopenharmony_ci    <developer>
312e5b6d6dSopenharmony_ci      <id>macchiati</id>
322e5b6d6dSopenharmony_ci      <name>Mark Davis</name>
332e5b6d6dSopenharmony_ci      <organization>Google</organization>
342e5b6d6dSopenharmony_ci      <roles>
352e5b6d6dSopenharmony_ci        <role>PMC Member</role>
362e5b6d6dSopenharmony_ci      </roles>
372e5b6d6dSopenharmony_ci    </developer>
382e5b6d6dSopenharmony_ci    <developer>
392e5b6d6dSopenharmony_ci      <id>JCEmmons</id>
402e5b6d6dSopenharmony_ci      <name>John Emmons</name>
412e5b6d6dSopenharmony_ci      <organization>IBM Corporation</organization>
422e5b6d6dSopenharmony_ci      <roles>
432e5b6d6dSopenharmony_ci        <role>PMC Member</role>
442e5b6d6dSopenharmony_ci      </roles>
452e5b6d6dSopenharmony_ci    </developer>
462e5b6d6dSopenharmony_ci    <developer>
472e5b6d6dSopenharmony_ci      <id>dougfelt</id>
482e5b6d6dSopenharmony_ci      <name>Doug Felt</name>
492e5b6d6dSopenharmony_ci      <organization>Google</organization>
502e5b6d6dSopenharmony_ci      <roles>
512e5b6d6dSopenharmony_ci        <role>PMC Member</role>
522e5b6d6dSopenharmony_ci      </roles>
532e5b6d6dSopenharmony_ci    </developer>
542e5b6d6dSopenharmony_ci    <developer>
552e5b6d6dSopenharmony_ci      <id>deborah</id>
562e5b6d6dSopenharmony_ci      <name>Deborah Goldsmith</name>
572e5b6d6dSopenharmony_ci      <organization>Apple</organization>
582e5b6d6dSopenharmony_ci      <roles>
592e5b6d6dSopenharmony_ci        <role>PMC Member</role>
602e5b6d6dSopenharmony_ci      </roles>
612e5b6d6dSopenharmony_ci    </developer>
622e5b6d6dSopenharmony_ci    <developer>
632e5b6d6dSopenharmony_ci      <id>srl295</id>
642e5b6d6dSopenharmony_ci      <name>Steven Loomis</name>
652e5b6d6dSopenharmony_ci      <organization>IBM Corporation</organization>
662e5b6d6dSopenharmony_ci      <roles>
672e5b6d6dSopenharmony_ci        <role>PMC Member</role>
682e5b6d6dSopenharmony_ci      </roles>
692e5b6d6dSopenharmony_ci    </developer>
702e5b6d6dSopenharmony_ci    <developer>
712e5b6d6dSopenharmony_ci      <id>markusicu</id>
722e5b6d6dSopenharmony_ci      <name>Markus Scherer</name>
732e5b6d6dSopenharmony_ci      <organization>Google</organization>
742e5b6d6dSopenharmony_ci      <roles>
752e5b6d6dSopenharmony_ci        <role>PMC Member</role>
762e5b6d6dSopenharmony_ci      </roles>
772e5b6d6dSopenharmony_ci    </developer>
782e5b6d6dSopenharmony_ci    <developer>
792e5b6d6dSopenharmony_ci      <id>pedberg</id>
802e5b6d6dSopenharmony_ci      <name>Peter Edberg</name>
812e5b6d6dSopenharmony_ci      <organization>Apple</organization>
822e5b6d6dSopenharmony_ci      <roles>
832e5b6d6dSopenharmony_ci        <role>PMC Member</role>
842e5b6d6dSopenharmony_ci      </roles>
852e5b6d6dSopenharmony_ci    </developer>
862e5b6d6dSopenharmony_ci    <developer>
872e5b6d6dSopenharmony_ci      <id>yumaoka</id>
882e5b6d6dSopenharmony_ci      <name>Yoshito Umaoka</name>
892e5b6d6dSopenharmony_ci      <organization>IBM Corporation</organization>
902e5b6d6dSopenharmony_ci      <roles>
912e5b6d6dSopenharmony_ci        <role>PMC Member</role>
922e5b6d6dSopenharmony_ci      </roles>
932e5b6d6dSopenharmony_ci    </developer>
942e5b6d6dSopenharmony_ci  </developers>
952e5b6d6dSopenharmony_ci
962e5b6d6dSopenharmony_ci  <mailingLists>
972e5b6d6dSopenharmony_ci    <mailingList>
982e5b6d6dSopenharmony_ci      <name>icu-support</name>
992e5b6d6dSopenharmony_ci      <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</subscribe>
1002e5b6d6dSopenharmony_ci      <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</unsubscribe>
1012e5b6d6dSopenharmony_ci      <post>icu-support@lists.sourceforge.net</post>
1022e5b6d6dSopenharmony_ci      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support</archive>
1032e5b6d6dSopenharmony_ci    </mailingList>
1042e5b6d6dSopenharmony_ci    <mailingList>
1052e5b6d6dSopenharmony_ci      <name>icu-announce</name>
1062e5b6d6dSopenharmony_ci      <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</subscribe>
1072e5b6d6dSopenharmony_ci      <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</unsubscribe>
1082e5b6d6dSopenharmony_ci      <post>icu-announce@lists.sourceforge.net</post>
1092e5b6d6dSopenharmony_ci      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce</archive>
1102e5b6d6dSopenharmony_ci    </mailingList>
1112e5b6d6dSopenharmony_ci    <mailingList>
1122e5b6d6dSopenharmony_ci      <name>icu-design</name>
1132e5b6d6dSopenharmony_ci      <subscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</subscribe>
1142e5b6d6dSopenharmony_ci      <unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</unsubscribe>
1152e5b6d6dSopenharmony_ci      <post>icu-design@lists.sourceforge.net</post>
1162e5b6d6dSopenharmony_ci      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design</archive>
1172e5b6d6dSopenharmony_ci    </mailingList>
1182e5b6d6dSopenharmony_ci  </mailingLists>
1192e5b6d6dSopenharmony_ci
1202e5b6d6dSopenharmony_ci  <scm>
1212e5b6d6dSopenharmony_ci    <connection>scm:git:git://github.com/unicode-org/icu.git</connection>
1222e5b6d6dSopenharmony_ci    <developerConnection>scm:git:git@github.com:unicode-org/icu.git</developerConnection>
1232e5b6d6dSopenharmony_ci    <url>https://github.com/unicode-org/icu</url>
1242e5b6d6dSopenharmony_ci  </scm>
1252e5b6d6dSopenharmony_ci
1262e5b6d6dSopenharmony_ci  <issueManagement>
1272e5b6d6dSopenharmony_ci    <system>JIRA</system>
1282e5b6d6dSopenharmony_ci    <url>https://unicode-org.atlassian.net/projects/ICU</url>
1292e5b6d6dSopenharmony_ci  </issueManagement>
1302e5b6d6dSopenharmony_ci
1312e5b6d6dSopenharmony_ci  <distributionManagement>
1322e5b6d6dSopenharmony_ci    <repository>
1332e5b6d6dSopenharmony_ci      <id>icu4j-releases</id>
1342e5b6d6dSopenharmony_ci      <name>ICU4J Central Repository</name>
1352e5b6d6dSopenharmony_ci      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
1362e5b6d6dSopenharmony_ci    </repository>
1372e5b6d6dSopenharmony_ci    <snapshotRepository>
1382e5b6d6dSopenharmony_ci      <id>icu4j-snapshots</id>
1392e5b6d6dSopenharmony_ci      <name>ICU4J Central Development Repository</name>
1402e5b6d6dSopenharmony_ci      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
1412e5b6d6dSopenharmony_ci    </snapshotRepository>
1422e5b6d6dSopenharmony_ci  </distributionManagement>
1432e5b6d6dSopenharmony_ci
1442e5b6d6dSopenharmony_ci  <dependencies>
1452e5b6d6dSopenharmony_ci    <dependency>
1462e5b6d6dSopenharmony_ci      <groupId>com.ibm.icu</groupId>
1472e5b6d6dSopenharmony_ci      <artifactId>icu4j</artifactId>
1482e5b6d6dSopenharmony_ci      <version>@POMVERSION@</version>
1492e5b6d6dSopenharmony_ci    </dependency>
1502e5b6d6dSopenharmony_ci  </dependencies>
1512e5b6d6dSopenharmony_ci</project>
152