mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Updated artifact ID
This commit is contained in:
parent
96d38ac40e
commit
692aa5fbab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class UrlEncoderBuild extends Project {
|
||||||
publishRepository = version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases");
|
publishRepository = version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases");
|
||||||
publishInfo = new PublishInfo()
|
publishInfo = new PublishInfo()
|
||||||
.groupId("com.uwyn")
|
.groupId("com.uwyn")
|
||||||
.artifactId("UrlEncoder")
|
.artifactId("urlencoder")
|
||||||
.description("A simple defensive library to encode/decode URL components.")
|
.description("A simple defensive library to encode/decode URL components.")
|
||||||
.url("https://github.com/rife2/tests-badge")
|
.url("https://github.com/rife2/tests-badge")
|
||||||
.developer(new PublishDeveloper()
|
.developer(new PublishDeveloper()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue