diff options
author | James Moger <james.moger@gitblit.com> | 2013-07-14 12:05:18 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-07-14 12:05:18 -0400 |
commit | 37dc9d13e73c4fca8d467b14d09483c7f8317469 (patch) | |
tree | cf712d9791c9ece2b1001acb6a88783439cde81f /build.moxie | |
parent | 5aec867b2fae0ff039d0ca4228ccceadecf316c9 (diff) | |
download | gitblit-37dc9d13e73c4fca8d467b14d09483c7f8317469.tar.gz gitblit-37dc9d13e73c4fca8d467b14d09483c7f8317469.zip |
Prepare 1.3.0 releasev1.3.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 1663449b..28c6cb71 100644 --- a/build.moxie +++ b/build.moxie @@ -10,12 +10,12 @@ name: Gitblit description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.0-SNAPSHOT +version: 1.3.0 inceptionYear: 2011 # Current stable release -releaseVersion: 1.2.1 -releaseDate: '2013-01-15' +releaseVersion: 1.3.0 +releaseDate: 2013-07-14 # Project urls url: 'http://gitblit.com' @@ -158,4 +158,3 @@ dependencies: # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - |