aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Wardhaugh <tyler.wardhaugh@gmail.com>2020-12-22 16:56:25 -0800
committerTyler Wardhaugh <tyler.wardhaugh@gmail.com>2020-12-22 16:56:25 -0800
commit2a596b08b3bc3f15cb08da2b6d41680abfa69939 (patch)
tree1676a71b9b16d87fa83a39624799d344dca2e2d4
parent122c18bebe8097db1b5059619bc61ed1ba006fc4 (diff)
downloadperlweeklychallenge-club-2a596b08b3bc3f15cb08da2b6d41680abfa69939.tar.gz
perlweeklychallenge-club-2a596b08b3bc3f15cb08da2b6d41680abfa69939.tar.bz2
perlweeklychallenge-club-2a596b08b3bc3f15cb08da2b6d41680abfa69939.zip
Ch92: prep for challenge
-rw-r--r--challenge-092/tyler-wardhaugh/clojure/deps.edn4
-rw-r--r--challenge-092/tyler-wardhaugh/clojure/pom.xml14
2 files changed, 9 insertions, 9 deletions
diff --git a/challenge-092/tyler-wardhaugh/clojure/deps.edn b/challenge-092/tyler-wardhaugh/clojure/deps.edn
index e89f0d9fff..5a4409846b 100644
--- a/challenge-092/tyler-wardhaugh/clojure/deps.edn
+++ b/challenge-092/tyler-wardhaugh/clojure/deps.edn
@@ -10,5 +10,5 @@
:main-opts ["-m" "cognitect.test-runner"
"-d" "test"]}
:uberjar {:extra-deps {seancorfield/depstar {:mvn/version "1.0.94"}}
- :main-opts ["-m" "hf.depstar.uberjar" "tw.weekly.c91.jar"
- "-C" "-m" "tw.weekly.c91"]}}}
+ :main-opts ["-m" "hf.depstar.uberjar" "tw.weekly.c92.jar"
+ "-C" "-m" "tw.weekly.c92"]}}}
diff --git a/challenge-092/tyler-wardhaugh/clojure/pom.xml b/challenge-092/tyler-wardhaugh/clojure/pom.xml
index 88c2883d84..5dc7120821 100644
--- a/challenge-092/tyler-wardhaugh/clojure/pom.xml
+++ b/challenge-092/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.c91</artifactId>
+ <artifactId>tw.weekly.c92</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <name>tw.weekly.c91</name>
- <description>Challenge #091</description>
- <url>https://github.com/tw.weekly/tw.weekly.c91</url>
+ <name>tw.weekly.c92</name>
+ <description>Challenge #092</description>
+ <url>https://github.com/tw.weekly/tw.weekly.c92</url>
<licenses>
<license>
<name>Eclipse Public License</name>
@@ -19,9 +19,9 @@
</developer>
</developers>
<scm>
- <url>https://github.com/tw.weekly/tw.weekly.c91</url>
- <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c91.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c91.git</developerConnection>
+ <url>https://github.com/tw.weekly/tw.weekly.c92</url>
+ <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c92.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c92.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencies>