summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-11-10 21:53:53 -0500
committerJames Moger <james.moger@gitblit.com>2014-11-10 21:53:53 -0500
commitf7d86065079946648f08b32e2874ac47bd2ec50f (patch)
tree8769b7d8d5837e90dcca73b118ca07e788062f82 /src/main
parentcfb76669820f13cf52342988fbc5882c8077db7e (diff)
downloadiciql-f7d86065079946648f08b32e2874ac47bd2ec50f.tar.gz
iciql-f7d86065079946648f08b32e2874ac47bd2ec50f.zip
Prepare 1.5.0 releasev1.5.0
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/iciql/Constants.java4
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 0e3fc3b..f8035f2 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.5.0-SNAPSHOT";
+ public static final String VERSION = "1.5.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-11-10";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.