Skip to content

Commit 1fe804a

Browse files
committed
Reset build identifiers for next point release cycle
1 parent 3909091 commit 1fe804a

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.7.1
13+
version: 1.7.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+
r29: {
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.7.1 release
321
#
@@ -1778,6 +1796,6 @@ r1: {
17781796
- James Moger
17791797
}
17801798

1781-
snapshot: ~
1799+
snapshot: &r29
17821800
release: &r28
17831801
releases: &r[1..28]

0 commit comments

Comments
 (0)