mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-06 16:33:42 +00:00
22 lines
718 B
XML
22 lines
718 B
XML
<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>org.gsport</groupId>
|
|
<artifactId>doc</artifactId>
|
|
<version>Website</version>
|
|
<name>GSport</name>
|
|
<url>http://maven.apache.org/maven2</url>
|
|
<inceptionYear>2010</inceptionYear>
|
|
<organization>
|
|
<name>GSport Contributors</name>
|
|
</organization>
|
|
<distributionManagement>
|
|
<site>
|
|
<id>website</id>
|
|
<url>scp://webhost.company.com/www/website</url>
|
|
</site>
|
|
</distributionManagement>
|
|
<build>
|
|
</build>
|
|
</project>
|