1<?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> 10 <version>46.0</version> 11 <name>CLDR Top Level and Data</name> 12 <packaging>pom</packaging> 13 <licenses> 14 <license> 15 <name>Unicode-3.0</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> 33