From 28fe308d1eb8fbb77c9279668011d827b4f2b845 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 5 Nov 2014 08:56:01 -0500 Subject: [PATCH] Prepare 1.4.0 release --- build.moxie | 6 +++--- releases.moxie | 14 +++++++------- src/main/java/com/iciql/Constants.java | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build.moxie b/build.moxie index 11f91d8..a318949 100644 --- a/build.moxie +++ b/build.moxie @@ -10,13 +10,13 @@ name: Iciql description: 'a model-based database access wrapper for JDBC' groupId: com.iciql artifactId: iciql -version: 1.4.0-SNAPSHOT +version: 1.4.0 packaging: jar+zip inceptionYear: 2011 # Current stable release -releaseVersion: 1.3.0 -releaseDate: 2014-10-22 +releaseVersion: 1.4.0 +releaseDate: 2014-11-05 # Project urls url: 'http://iciql.com' diff --git a/releases.moxie b/releases.moxie index abb4b56..a3c5f2e 100644 --- a/releases.moxie +++ b/releases.moxie @@ -1,10 +1,10 @@ # -# ${project.version} release +# 1.4.0 release # r22: { - title: ${project.name} ${project.version} released - id: ${project.version} - date: ${project.buildDate} + title: Iciql 1.4.0 released + id: 1.4.0 + date: 2014-11-05 note: ~ html: ~ text: ~ @@ -475,6 +475,6 @@ r1: { # # Release log data # -release: &r21 -snapshot: &r22 -releases: &r[1..21] +release: &r22 +snapshot: ~ +releases: &r[1..22] diff --git a/src/main/java/com/iciql/Constants.java b/src/main/java/com/iciql/Constants.java index 30fcb77..325e898 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.4.0-SNAPSHOT"; + public static final String VERSION = "1.4.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-05"; // 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