Browse Source

Reset build identifiers for next point release cycle

tags/r1.9.0
James Moger 7 years ago
parent
commit
884af5ead2
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.8.0
version: 1.8.1-SNAPSHOT
inceptionYear: 2011

# Current stable release

+ 19
- 1
releases.moxie View File

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

#
# 1.8.0 release
#
@@ -1832,6 +1850,6 @@ r1: {
- James Moger
}

snapshot: ~
snapshot: &r30
release: &r29
releases: &r[1..29]

Loading…
Cancel
Save