You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4 KiB

<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>
<artifactId>ureport2-font</artifactId>
<version>2.3.0-SNAPSHOT</version>
<parent>
<groupId>com.jnpf</groupId>
<artifactId>jnpf-datareport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.jnpf</groupId>
<artifactId>ureport2-core</artifactId>
<version>2.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Gaojie</name>
<email>@bstek.com</email>
<organization>Bstek</organization>
<organizationUrl>http://www.bstek.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/youseries/ureport.git</connection>
<developerConnection>https://github.com/youseries/ureport.git</developerConnection>
<url>https://github.com/youseries/ureport</url>
</scm>
<organization>
<name>Bstek</name>
<url>http://www.bstek.com</url>
</organization>
<name>UReport2 Font Project</name>
<url>https://github.com/youseries/ureport/tree/master/ureport2-font</url>
</project>