<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/maven-v4_0_0.xsd">
	<modelVersion>
		4.0.0
	</modelVersion>
	<groupId>
		run.moac
	</groupId>
	<artifactId>
		my-app
	</artifactId>
	<packaging>
		jar
	</packaging>
	<version>
		1.1-SNAPSHOT
	</version>
	<name>
		my-app
	</name>
	<url>
		http://maven.apache.org
	</url>
	<dependencies>
		<dependency>
			<groupId>
				junit
			</groupId>
			<artifactId>
				junit
			</artifactId>
			<version>
				3.8.1
			</version>
			<scope>
				test
			</scope>
		</dependency>
	</dependencies>
	<repositories>
		<repository>
			<id>
				gitea
			</id>
			<url>
				https://gitea.moac.run/api/packages/moac/maven
			</url>
		</repository>
	</repositories>
	<distributionManagement>
		<repository>
			<id>
				gitea
			</id>
			<url>
				https://gitea.moac.run/api/packages/moac/maven
			</url>
		</repository>
		<snapshotRepository>
			<id>
				gitea
			</id>
			<url>
				https://gitea.moac.run/api/packages/moac/maven
			</url>
		</snapshotRepository>
	</distributionManagement>
</project>
