Skip to content

Commit

Permalink
Prepare 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fzs committed Apr 5, 2020
1 parent 34e77dd commit 2c5027f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.moxie
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ name: Gitblit
description: pure Java Git solution
groupId: com.gitblit
artifactId: gitblit
version: 1.9.1-SNAPSHOT
version: 1.9.1
inceptionYear: 2011

# Current stable release
releaseVersion: 1.9.0
releaseDate: 2020-02-01
releaseVersion: 1.9.1
releaseDate: 2020-04-05

# Project urls
url: 'http://gitblit.com'
Expand Down
14 changes: 7 additions & 7 deletions releases.moxie
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# ${project.version} release
# 1.9.1 release
#
r31: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
title: Gitblit 1.9.1 released
id: 1.9.1
date: 2020-04-05
note: ''
When you have Gitblit installed as a service under Linux or Windows, you may need to edit your service script/definition. The command line to start Gitblit needs to be different, the classpath and class are speficied now.

Expand Down Expand Up @@ -1990,6 +1990,6 @@ r1: {
- James Moger
}

snapshot: &r31
release: &r30
releases: &r[1..30]
snapshot: ~
release: &r31
releases: &r[1..31]

0 comments on commit 2c5027f

Please sign in to comment.