Skip to content

Commit 89a8bf3

Browse files
committed
Build: Set GitHub org to gitblit for release.
1 parent 77f5b7a commit 89a8bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<property name="octokit" location="${basedir}/.github/ok.sh" />
3333
<property name="relnoawk" location="${basedir}/src/site/templates/ghreleasenotes.awk" />
3434

35+
<!-- GitHub user/organization name -->
36+
<property name="gh.org" value="gitblit" />
3537

3638
<!--
3739
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -59,8 +61,6 @@
5961
<property name="maven.directory" value="${basedir}/../gitblit-maven" />
6062
<property name="releaselog" value="${basedir}/releases.moxie" />
6163

62-
<!-- GitHub user/organization name -->
63-
<property name="gh.org" value="fzs" />
6464

6565
<!-- Download links -->
6666
<property name="gc.url" value="https://github.com/${gh.org}/gitblit/releases/download/" />

0 commit comments

Comments
 (0)