diff options
Diffstat (limited to 'challenge-079/tyler-wardhaugh/clojure/pom.xml')
| -rw-r--r-- | challenge-079/tyler-wardhaugh/clojure/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/challenge-079/tyler-wardhaugh/clojure/pom.xml b/challenge-079/tyler-wardhaugh/clojure/pom.xml index 05a218d4c8..9644c7aec7 100644 --- a/challenge-079/tyler-wardhaugh/clojure/pom.xml +++ b/challenge-079/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.c78</artifactId> + <artifactId>tw.weekly.c79</artifactId> <version>0.1.0-SNAPSHOT</version> - <name>tw.weekly.c78</name> + <name>tw.weekly.c79</name> <description>FIXME: my new application.</description> - <url>https://github.com/tw.weekly/tw.weekly.c78</url> + <url>https://github.com/tw.weekly/tw.weekly.c79</url> <licenses> <license> <name>Eclipse Public License</name> @@ -19,9 +19,9 @@ </developer> </developers> <scm> - <url>https://github.com/tw.weekly/tw.weekly.c78</url> - <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c78.git</connection> - <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c78.git</developerConnection> + <url>https://github.com/tw.weekly/tw.weekly.c79</url> + <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c79.git</connection> + <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c79.git</developerConnection> <tag>HEAD</tag> </scm> <dependencies> |
