From c4a01e105c6aead68aeb27ae8c30680edb1f5e4d Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 22 Oct 2014 22:18:31 -0400 Subject: [PATCH] Set Constants.VERSION to 1.3.0 and release date to 2014-10-22 --- src/main/java/com/iciql/Constants.java | 4 ++-- 1 file 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. -- 2.39.5