Fix pom.xml repo url

main
Eric Ihli 3 years ago
parent a44feaa166
commit e6481308cc

@ -6,7 +6,7 @@
<version>0.1.3</version>
<name>com.owoga/phonetics</name>
<description>Phonetics and syllabification of English words.</description>
<url>https://github.com/com.owoga/phonetics</url>
<url>https://github.com/eihli/phonetics</url>
<licenses>
<license>
<name>MIT License</name>
@ -19,9 +19,9 @@
</developer>
</developers>
<scm>
<url>https://github.com/com.owoga/phonetics</url>
<connection>scm:git:git://github.com/com.owoga/phonetics.git</connection>
<developerConnection>scm:git:ssh://git@github.com/com.owoga/phonetics.git</developerConnection>
<url>https://github.com/eihli/phonetics</url>
<connection>scm:git:git://github.com/eihli/phonetics.git</connection>
<developerConnection>scm:git:ssh://git@github.com/eihli/phonetics.git</developerConnection>
<tag>v0.1.0-SNAPSHOT</tag>
</scm>
<dependencies>

Loading…
Cancel
Save