aboutsummaryrefslogtreecommitdiff
path: root/challenge-083/tyler-wardhaugh/clojure/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-083/tyler-wardhaugh/clojure/pom.xml')
-rw-r--r--challenge-083/tyler-wardhaugh/clojure/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/challenge-083/tyler-wardhaugh/clojure/pom.xml b/challenge-083/tyler-wardhaugh/clojure/pom.xml
index 92eb55d64a..7d5a4bb861 100644
--- a/challenge-083/tyler-wardhaugh/clojure/pom.xml
+++ b/challenge-083/tyler-wardhaugh/clojure/pom.xml
@@ -2,11 +2,11 @@
<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>tw.weekly</groupId>
- <artifactId>tw.weekly.c82</artifactId>
+ <artifactId>tw.weekly.c83</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <name>tw.weekly.c82</name>
- <description>Challenge #082</description>
- <url>https://github.com/tw.weekly/tw.weekly.c82</url>
+ <name>tw.weekly.c83</name>
+ <description>Challenge #083</description>
+ <url>https://github.com/tw.weekly/tw.weekly.c83</url>
<licenses>
<license>
<name>Eclipse Public License</name>
@@ -19,9 +19,9 @@
</developer>
</developers>
<scm>
- <url>https://github.com/tw.weekly/tw.weekly.c82</url>
- <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c82.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c82.git</developerConnection>
+ <url>https://github.com/tw.weekly/tw.weekly.c83</url>
+ <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c83.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c83.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencies>