Skip to content

Commit

Permalink
Fixed SCM section
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jul 7, 2011
1 parent b25ecba commit 89691b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -19,9 +19,9 @@
</properties>

<scm>
<connection>scm:git:git@github.com:${github.account}/gameoflife.git</connection>
<developerConnection>scm:git:git@github.com:${github.account}/gameoflife.git</developerConnection>
<url>scm:git:git@github.com:${github.account}/gameoflife.git</url>
<connection>scm:git:git@github.com:${github.account}/game-of-life.git</connection>
<developerConnection>scm:git:git@github.com:${github.account}/game-of-life.git</developerConnection>
<url>scm:git:git@github.com:${github.account}/game-of-life.git</url>
</scm>

<build>
Expand Down

0 comments on commit 89691b3

Please sign in to comment.