aboutsummaryrefslogtreecommitdiff
path: root/challenge-083/tyler-wardhaugh/clojure/pom.xml
diff options
context:
space:
mode:
authorSteve Rogerson <steve.git@yewtc.demon.co.uk>2020-10-23 12:27:13 +0100
committerSteve Rogerson <steve.git@yewtc.demon.co.uk>2020-10-23 12:27:13 +0100
commit44c2bbf87ac613a2a442cc4e54d810c20a042ff2 (patch)
tree3af39af1f773a9e6b44e91a3852a7553dae7c986 /challenge-083/tyler-wardhaugh/clojure/pom.xml
parentff3c07c3e4409c8d507b3e69496c690b58de524d (diff)
parent89421f14095148aefcd254da3d728b6150b22cc3 (diff)
downloadperlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.gz
perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.bz2
perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.zip
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
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>