diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 12:21:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 12:21:31 -0400 |
commit | 8b04aa746e5d3239d636e1ccc5f3e7cb5003900b (patch) | |
tree | db22ed8534a423af55f01fc39aafcb8f1ac3772b /build.moxie | |
parent | 3250b7ffb75c3be1c8326899516d8903eb1f0e11 (diff) | |
download | iciql-8b04aa746e5d3239d636e1ccc5f3e7cb5003900b.tar.gz iciql-8b04aa746e5d3239d636e1ccc5f3e7cb5003900b.zip |
Prepare 1.6.0 releasev1.6.0
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.moxie b/build.moxie index 74718e4..efa79d1 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.6.0-SNAPSHOT +version: 1.6.0 packaging: jar+zip inceptionYear: 2011 # Current stable release -releaseVersion: 1.5.0 -releaseDate: 2014-11-10 +releaseVersion: 1.6.0 +releaseDate: 2015-05-11 # Project urls url: 'http://iciql.com' |