Browse Source

Reset build identifiers for next development cycle

tags/v1.4.0
James Moger 10 years ago
parent
commit
6b80a2db9b
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.3.2
version: 1.3.3-SNAPSHOT
inceptionYear: 2011

# Current stable release

+ 19
- 1
releases.moxie View File

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

#
# 1.3.2 release
#
@@ -975,6 +993,6 @@ r1: {
- James Moger
}

snapshot: ~
snapshot: &r20
release: &r19
releases: &r[1..19]

Loading…
Cancel
Save