We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitblit
1 parent 77f5b7a commit 89a8bf3Copy full SHA for 89a8bf3
build.xml
@@ -32,6 +32,8 @@
32
<property name="octokit" location="${basedir}/.github/ok.sh" />
33
<property name="relnoawk" location="${basedir}/src/site/templates/ghreleasenotes.awk" />
34
35
+ <!-- GitHub user/organization name -->
36
+ <property name="gh.org" value="gitblit" />
37
38
<!--
39
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -59,8 +61,6 @@
59
61
<property name="maven.directory" value="${basedir}/../gitblit-maven" />
60
62
<property name="releaselog" value="${basedir}/releases.moxie" />
63
- <!-- GitHub user/organization name -->
- <property name="gh.org" value="fzs" />
64
65
<!-- Download links -->
66
<property name="gc.url" value="https://github.com/${gh.org}/gitblit/releases/download/" />
0 commit comments