<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>

	<groupId>com.raqsoft.report</groupId>
	<artifactId>scu-report5-cli</artifactId>
	<version>20260429</version>
	<packaging>jar</packaging>

	<name>${project.groupId}:${project.artifactId}</name>
	<url>https://www.raqsoft.com.cn/</url>

	<description>RAQ REPORT</description>

	<licenses>
		<license>
			<name>RAQSOFT REPORT End-User License Agreement</name>
			<url>https://www.raqsoft.com.cn/report-license</url>
			<distribution>repo</distribution>
		</license>
		<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>RAQSOFT</name>
			<email>spl@raqsoft.com</email>
			<organization>Raqsoft Ltd.</organization>
			<organizationUrl>https://www.raqsoft.com.cn/</organizationUrl>
		</developer>
	</developers>

	<scm>
		<connection>scm:git:git://github.com/SPLWare/esProc_Reporting.git</connection>
		<developerConnection>scm:git:ssh://github.com/SPLWare/esProc_Reporting.git</developerConnection>
		<url>http://github.com/SPLWare/esProc_Reporting</url>
	</scm>


</project>