Maven deploy

This commit is contained in:
md-5
2013-10-18 07:36:21 +11:00
parent 05916798cf
commit 97be730fa8

11
pom.xml
View File

@@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
@@ -30,14 +29,12 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>kittehReleases</id> <id>md_5-releases</id>
<name>Kitteh Releases</name> <url>http://repo.md-5.net/content/repositories/releases/</url>
<url>http://repo.kitteh.org/content/repositories/releases</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>kittehSnapshots</id> <id>md_5-snapshots</id>
<name>Kitteh Snapshots</name> <url>http://repo.md-5.net/content/repositories/snapshots/</url>
<url>http://repo.kitteh.org/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>