diff options
author | James Moger <james.moger@gitblit.com> | 2014-10-22 22:18:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-10-22 22:35:49 -0400 |
commit | c4a01e105c6aead68aeb27ae8c30680edb1f5e4d (patch) | |
tree | b081f10168aa10093ffd652b23f235c30af21a86 /src | |
parent | 4460212ac14a05eba21c433828fd14b44f79cc47 (diff) | |
download | iciql-c4a01e105c6aead68aeb27ae8c30680edb1f5e4d.tar.gz iciql-c4a01e105c6aead68aeb27ae8c30680edb1f5e4d.zip |
Set Constants.VERSION to 1.3.0 and release date to 2014-10-22
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/iciql/Constants.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/iciql/Constants.java b/src/main/java/com/iciql/Constants.java index a680dc5..108ec57 100644 --- a/src/main/java/com/iciql/Constants.java +++ b/src/main/java/com/iciql/Constants.java @@ -25,11 +25,11 @@ public class Constants { // The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION = "1.3.0-SNAPSHOT";
+ public static final String VERSION = "1.3.0";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION_DATE = "PENDING";
+ public static final String VERSION_DATE = "2014-10-22";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|