Fix pom.xml repo url

main
Eric Ihli 4 years ago
parent a44feaa166
commit e6481308cc

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

Loading…
Cancel
Save