blob: 6a7d0e05d8fe1780c72b2d5ae5a72a7f70a1bbde [file] [log] [blame]
Victor Changc0b8a952021-08-24 18:25:34 +01001<?xml version="1.0" encoding="UTF-8"?>
2
3<project xmlns="http://maven.apache.org/POM/4.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <modelVersion>4.0.0</modelVersion>
7
8 <groupId>org.unicode.cldr</groupId>
9 <artifactId>cldr-data</artifactId>
Victor Chang9975f162021-11-19 11:49:58 +000010 <version>40.0-SNAPSHOT</version>
Victor Changc0b8a952021-08-24 18:25:34 +010011 <name>CLDR Top Level and Data</name>
12 <packaging>pom</packaging>
13 <licenses>
14 <license>
15 <name>Unicode-DFS-2016</name>
16 </license>
17 </licenses>
18 <properties>
19 </properties>
20
21 <modules>
22 <module>tools</module>
23 </modules>
24
25 <distributionManagement>
26 <repository>
27 <id>githubcldr</id>
28 <name>Maven@unicode-org/cldr</name>
29 <url>https://maven.pkg.github.com/unicode-org/cldr</url>
30 </repository>
31 </distributionManagement>
32</project>