Skip to content

Commit 77f5b7a

Browse files
committed
Merge branch 'release-github' into master
2 parents bb5d1ef + 187f8e4 commit 77f5b7a

File tree

9 files changed

+2903
-53
lines changed

9 files changed

+2903
-53
lines changed

.github/ok.sh

Lines changed: 2560 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
moxie-0.9.4/bin/moxie -version
6363
6464
- name: Build with Moxie
65-
run: moxie-0.9.4/bin/moxie
65+
run: moxie-0.9.4/bin/moxie test

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gitblit is an open source, pure Java Git solution for managing, viewing, and ser
55

66
More information about Gitblit can be found [here](http://gitblit.com).
77

8-
<a href='https://bintray.com/gitblit/releases/gitblit/_latestVersion'><img src='https://api.bintray.com/packages/gitblit/releases/gitblit/images/download.png'></a>
8+
<a href='https://github.com/fzs/gitblit/releases/latest'><img src='https://img.shields.io/badge/dynamic/json?color=9cf&label=Download&query=%24.name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Ffzs%2Fgitblit%2Freleases%2Flatest'></a>
99

1010
License
1111
-------
@@ -26,7 +26,6 @@ Getting help
2626
| Documentation | [Gitblit website](http://gitblit.com) |
2727
| Forums | [Google Groups](https://groups.google.com/forum/#!forum/gitblit) |
2828
| Twitter | @gitblit or @jamesmoger |
29-
| Google+ | +gitblit or +jamesmoger |
3029

3130
Contributing
3231
------------

build.moxie

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ dependencyDirectory: ext
9494

9595
# Register the Eclipse JGit Maven repositories
9696
registeredRepositories:
97+
- { id: central, url: 'https://repo1.maven.org/maven2' }
98+
- { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
9799
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
98100
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
99101
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }

0 commit comments

Comments
 (0)