Skip to content

Commit

Permalink
Build: Set GitHub org to gitblit for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fzs committed Jan 31, 2020
1 parent 77f5b7a commit 89a8bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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/" />
Expand Down

0 comments on commit 89a8bf3

Please sign in to comment.