<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<groupId>cn.vlts</groupId>
	<artifactId>solpic-core</artifactId>
	<version>0.0.2</version>
	<name>solpic-core 0.0.2</name>
	<description>core module of Solpic project</description>
	<url>https://github.com/zjcscut/solpic</url>
	<licenses>
		<license>
			<name>MIT License</name>
			<url>https://vlts.cn/LICENSE</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>Throwable</id>
			<name>Throwable</name>
			<email>throwable@qq.com</email>
			<url>https://vlts.cn</url>
			<timezone>+8</timezone>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git://github.com/zjcscut/solpic.git</connection>
		<developerConnection>scm:git:ssh://github.com:zjcscut/solpic.git</developerConnection>
		<url>https://github.com/zjcscut/solpic/tree/main</url>
	</scm>
</project>
