diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-04-11 18:56:30 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-04-11 18:56:30 -0300 |
| commit | 1084970ceb94424cf08a4dae8d20cb8521c685df (patch) | |
| tree | f1697acec1815bc6d7151f5e95384cc4baa3b730 | |
| parent | 48cb3c7f49c7666be48de256b38cfae7f72f2a24 (diff) | |
Update pom file
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,8 +9,8 @@ <distributionManagement> <snapshotRepository> - <id>ossrh</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <id>ossrh</id> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> @@ -20,6 +20,6 @@ <modules> <module>base</module> - <module>clformat</module> - </modules> -</project>
\ No newline at end of file + <module>clformat</module> + </modules> +</project> |
