Skip to content

Commit

Permalink
Prepare 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jul 24, 2013
1 parent fd90868 commit e05f226
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.moxie
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ name: Gitblit
description: pure Java Git solution
groupId: com.gitblit
artifactId: gitblit
version: 1.3.1-SNAPSHOT
version: 1.3.1
inceptionYear: 2011

# Current stable release
releaseVersion: 1.3.0
releaseDate: 2013-07-14
releaseVersion: 1.3.1
releaseDate: 2013-07-24

# Project urls
url: 'http://gitblit.com'
Expand Down
14 changes: 7 additions & 7 deletions releases.moxie
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# ${project.version} release
# 1.3.1 release
#
r18: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
title: Gitblit 1.3.1 released
id: 1.3.1
date: 2013-07-24
note: ''
If you have forked repositories and your are upgrading from 1.2.x to 1.3.x, please DO NOT RELOCATE your repositories folder when running 1.3.x the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
''
Expand Down Expand Up @@ -934,6 +934,6 @@ r1: {
- James Moger
}

snapshot: &r18
release: &r17
releases: &r[1..17]
snapshot: ~
release: &r18
releases: &r[1..18]

0 comments on commit e05f226

Please sign in to comment.