diff options
author | James Moger <james.moger@gmail.com> | 2013-03-25 22:53:01 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-03-25 22:53:01 -0400 |
commit | 27186c2ff18bca98f0cd4fa8ed4842234b20cd32 (patch) | |
tree | 32142a3da39441b7c6772b00c77cbd82a888a6fa /build.moxie | |
parent | 738916ca02134f88d732bdcbbdd2863d811a6831 (diff) | |
download | iciql-27186c2ff18bca98f0cd4fa8ed4842234b20cd32.tar.gz iciql-27186c2ff18bca98f0cd4fa8ed4842234b20cd32.zip |
Prepare 1.2.0 releasev1.2.0
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build.moxie b/build.moxie index 94c2882..81be98b 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.2.0-SNAPSHOT +version: 1.2.0 packaging: jar+zip inceptionYear: 2011 # Current stable release -releaseVersion: 1.1.0 -releaseDate: '2012-08-20' +releaseVersion: 1.2.0 +releaseDate: 2013-03-25 # Project urls url: 'http://iciql.com' @@ -102,4 +102,3 @@ dependencies: - provided 'commons-dbcp:commons-dbcp:1.4' - test 'junit' - build 'jacoco' - |