mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Updated version to 1.3.1
This commit is contained in:
parent
692aa5fbab
commit
f27d846afd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class UrlEncoderBuild extends Project {
|
||||||
pkg = "com.uwyn.urlencoder";
|
pkg = "com.uwyn.urlencoder";
|
||||||
name = "UrlEncoder";
|
name = "UrlEncoder";
|
||||||
mainClass = "com.uwyn.urlencoder.UrlEncoder";
|
mainClass = "com.uwyn.urlencoder.UrlEncoder";
|
||||||
version = version(1,3,1,"SNAPSHOT");
|
version = version(1,3,1);
|
||||||
|
|
||||||
publishRepository = version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases");
|
publishRepository = version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases");
|
||||||
publishInfo = new PublishInfo()
|
publishInfo = new PublishInfo()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue