Browse Source

Prepare 1.9.1 release

tags/v1.9.1^0
fzs 4 years ago
parent
commit
2c5027fa67
2 changed files with 10 additions and 10 deletions
  1. 3
    3
      build.moxie
  2. 7
    7
      releases.moxie

+ 3
- 3
build.moxie View File

description: pure Java Git solution description: pure Java Git solution
groupId: com.gitblit groupId: com.gitblit
artifactId: gitblit artifactId: gitblit
version: 1.9.1-SNAPSHOT
version: 1.9.1
inceptionYear: 2011 inceptionYear: 2011


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


# Project urls # Project urls
url: 'http://gitblit.com' url: 'http://gitblit.com'

+ 7
- 7
releases.moxie View File

# #
# ${project.version} release
# 1.9.1 release
# #
r31: { 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: '' 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. 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.


- James Moger - James Moger
} }


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

Loading…
Cancel
Save