Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra authored Jun 11, 2018
1 parent 2c7c8c5 commit 3a28ed8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<name>JBot Parent</name>
<description>Make Slack and Facebook bots in Java in minutes.</description>
<url>https://github.com/ramswaroop/jbot</url>
<url>https://github.com/rampatra/jbot</url>

<modules>
<module>jbot</module>
Expand All @@ -41,10 +41,10 @@
</licenses>

<scm>
<url>https://github.com/ramswaroop/jbot</url>
<connection>scm:git:git://github.com/ramswaroop/jbot.git</connection>
<developerConnection>scm:git:ssh://[email protected]/ramswaroop/jbot.git</developerConnection>
<tag>jbot-parent-4.0.0</tag>
<url>https://github.com/rampatra/jbot</url>
<connection>scm:git:git://github.com/rampatra/jbot.git</connection>
<developerConnection>scm:git:ssh://[email protected]/rampatra/jbot.git</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3a28ed8

Please sign in to comment.