Skip to content

Commit 5fa4b3f

Browse files
committed
Reset build identifiers for next point release cycle
1 parent 2c5027f commit 5fa4b3f

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

build.moxie

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

1616
# Current stable release

releases.moxie

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
#
2+
# ${project.version} release
3+
#
4+
r32: {
5+
title: ${project.name} ${project.version} released
6+
id: ${project.version}
7+
date: ${project.buildDate}
8+
note: ~
9+
html: ~
10+
text: ~
11+
security: ~
12+
fixes: ~
13+
changes: ~
14+
additions: ~
15+
dependencyChanges: ~
16+
contributors: ~
17+
}
18+
119
#
220
# 1.9.1 release
321
#
@@ -1990,6 +2008,6 @@ r1: {
19902008
- James Moger
19912009
}
19922010

1993-
snapshot: ~
2011+
snapshot: &r32
19942012
release: &r31
19952013
releases: &r[1..31]

0 commit comments

Comments
 (0)