summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzs <fzs@users.noreply.github.com>2020-04-05 11:13:00 +0000
committerfzs <fzs@users.noreply.github.com>2020-04-05 11:13:00 +0000
commit2c5027fa67ec6fce5ac131764d565d57f3a9d615 (patch)
treeaf949ed2dfddc76c263474964df159a5822901f8
parent34e77ddf09e58ea0a817d31ed74a6bce574bff97 (diff)
downloadgitblit-2c5027fa67ec6fce5ac131764d565d57f3a9d615.tar.gz
gitblit-2c5027fa67ec6fce5ac131764d565d57f3a9d615.zip
Prepare 1.9.1 releasev1.9.1
-rw-r--r--build.moxie6
-rw-r--r--releases.moxie14
2 files changed, 10 insertions, 10 deletions
diff --git a/build.moxie b/build.moxie
index fd7b1309..a977fe64 100644
--- a/build.moxie
+++ b/build.moxie
@@ -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'
diff --git a/releases.moxie b/releases.moxie
index b73038de..b2fb0a66 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -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.
@@ -1990,6 +1990,6 @@ r1: {
- James Moger
}
-snapshot: &r31
-release: &r30
-releases: &r[1..30]
+snapshot: ~
+release: &r31
+releases: &r[1..31]
='#n32'>32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137