Browse Source

Reset build identifiers for next point release cycle

tags/v1.6.1
James Moger 10 years ago
parent
commit
d4a2145b63
2 changed files with 20 additions and 2 deletions
  1. 1
    1
      build.moxie
  2. 19
    1
      releases.moxie

+ 1
- 1
build.moxie View File

@@ -10,7 +10,7 @@ name: Gitblit
description: pure Java Git solution
groupId: com.gitblit
artifactId: gitblit
version: 1.6.0
version: 1.6.1-SNAPSHOT
inceptionYear: 2011

# Current stable release

+ 19
- 1
releases.moxie View File

@@ -1,3 +1,21 @@
#
# ${project.version} release
#
r25: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
note: ~
html: ~
text: ~
security: ~
fixes: ~
changes: ~
additions: ~
dependencyChanges: ~
contributors: ~
}

#
# 1.6.0 release
#
@@ -1414,6 +1432,6 @@ r1: {
- James Moger
}

snapshot: ~
snapshot: &r25
release: &r24
releases: &r[1..24]

Loading…
Cancel
Save