Browse Source

Build: Set GitHub org to `gitblit` for release.

tags/r1.9.0
Florian Zschocke 4 years ago
parent
commit
89a8bf34e8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.xml

+ 2
- 2
build.xml View File

@@ -32,6 +32,8 @@
<property name="octokit" location="${basedir}/.github/ok.sh" />
<property name="relnoawk" location="${basedir}/src/site/templates/ghreleasenotes.awk" />
<!-- GitHub user/organization name -->
<property name="gh.org" value="gitblit" />
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -59,8 +61,6 @@
<property name="maven.directory" value="${basedir}/../gitblit-maven" />
<property name="releaselog" value="${basedir}/releases.moxie" />
<!-- GitHub user/organization name -->
<property name="gh.org" value="fzs" />
<!-- Download links -->
<property name="gc.url" value="https://github.com/${gh.org}/gitblit/releases/download/" />

Loading…
Cancel
Save