summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.moxie6
-rw-r--r--releases.moxie14
-rw-r--r--src/main/java/com/iciql/Constants.java4
3 files changed, 12 insertions, 12 deletions
diff --git a/build.moxie b/build.moxie
index 98fd63e..15d273c 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.5.0-SNAPSHOT
+version: 1.5.0
packaging: jar+zip
inceptionYear: 2011
# Current stable release
-releaseVersion: 1.4.0
-releaseDate: 2014-11-05
+releaseVersion: 1.5.0
+releaseDate: 2014-11-10
# Project urls
url: 'http://iciql.com'
diff --git a/releases.moxie b/releases.moxie
index a896b69..41273e7 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -1,10 +1,10 @@
#
-# ${project.version} release
+# 1.5.0 release
#
r23: {
- title: ${project.name} ${project.version} released
- id: ${project.version}
- date: ${project.buildDate}
+ title: Iciql 1.5.0 released
+ id: 1.5.0
+ date: 2014-11-10
note: ~
html: ~
text: ~
@@ -500,6 +500,6 @@ r1: {
#
# Release log data
#
-release: &r22
-snapshot: &r23
-releases: &r[1..22]
+release: &r23
+snapshot: ~
+releases: &r[1..23]
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.