diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-05 08:56:01 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-05 08:56:01 -0500 |
commit | 28fe308d1eb8fbb77c9279668011d827b4f2b845 (patch) | |
tree | f59ebb0d4239e4de27cbf229385203b84fb9d0cd | |
parent | fef63be10e793d0f551bdede7205e58829738d61 (diff) | |
download | iciql-28fe308d1eb8fbb77c9279668011d827b4f2b845.tar.gz iciql-28fe308d1eb8fbb77c9279668011d827b4f2b845.zip |
Prepare 1.4.0 releasev1.4.0
-rw-r--r-- | build.moxie | 6 | ||||
-rw-r--r-- | releases.moxie | 14 | ||||
-rw-r--r-- | 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.
|