From 2136a132a1abc2507281ced21e8037d9ac3dfebd Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 26 Aug 2017 17:51:35 -0400 Subject: [PATCH] Ported to new name (AetherMUD). --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1f03f21a..1fdfaf88 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,14 @@ <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.comandante</groupId> - <artifactId>creeper</artifactId> - <version>0.1.0</version> + <groupId>com.syncleus.aethermud</groupId> + <artifactId>aethermud</artifactId> + <version>1.0.0-SNAPSHOT</version> <scm> - <url>https://github.com/chriskearney/github-maven-example</url> - <connection>scm:git:git://github.com/chriskearney/creeper.git</connection> - <developerConnection>scm:git:git@github.com:chriskearney/creeper.git</developerConnection> - <tag>creeper-0.1.0</tag> + <url>https://github.com/syncleus/AetherMUD</url> + <connection>scm:git:git://github.com/syncleus/AetherMUD.git</connection> + <developerConnection>scm:git:git@github.com:syncleus/AetherMUD.git</developerConnection> </scm> <dependencies> -- GitLab