Skip to content

Commit e05f226

Browse files
committed
Prepare 1.3.1 release
1 parent fd90868 commit e05f226

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.moxie

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ name: Gitblit
1010
description: pure Java Git solution
1111
groupId: com.gitblit
1212
artifactId: gitblit
13-
version: 1.3.1-SNAPSHOT
13+
version: 1.3.1
1414
inceptionYear: 2011
1515

1616
# Current stable release
17-
releaseVersion: 1.3.0
18-
releaseDate: 2013-07-14
17+
releaseVersion: 1.3.1
18+
releaseDate: 2013-07-24
1919

2020
# Project urls
2121
url: 'http://gitblit.com'

releases.moxie

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# ${project.version} release
2+
# 1.3.1 release
33
#
44
r18: {
5-
title: ${project.name} ${project.version} released
6-
id: ${project.version}
7-
date: ${project.buildDate}
5+
title: Gitblit 1.3.1 released
6+
id: 1.3.1
7+
date: 2013-07-24
88
note: ''
99
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.
1010
''
@@ -934,6 +934,6 @@ r1: {
934934
- James Moger
935935
}
936936

937-
snapshot: &r18
938-
release: &r17
939-
releases: &r[1..17]
937+
snapshot: ~
938+
release: &r18
939+
releases: &r[1..18]

0 commit comments

Comments
 (0)