diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-09 20:05:33 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-09 20:05:33 +0100 |
commit | 7031f902f4b9054b87dc5b9e10b10ba0ec470f1d (patch) | |
tree | 031f0e205bc9ea9e8cd355a46ac07b415e41df54 /build.moxie | |
parent | 4baed92559bc38f421fb8ea3dd6e177db886d780 (diff) | |
download | gitblit-7031f902f4b9054b87dc5b9e10b10ba0ec470f1d.tar.gz gitblit-7031f902f4b9054b87dc5b9e10b10ba0ec470f1d.zip |
Adjust path after moving from "gitblit" to "gitblit-org" on Github
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build.moxie b/build.moxie index 346e5788..2c007c90 100644 --- a/build.moxie +++ b/build.moxie @@ -19,10 +19,10 @@ releaseDate: 2022-02-05 # Project urls url: 'http://gitblit.com' -issuesUrl: 'https://github.com/gitblit/gitblit' +issuesUrl: 'https://github.com/gitblit-org/gitblit' socialNetworkUrl: 'https://plus.google.com/114464678392593421684' forumUrl: 'http://groups.google.com/group/gitblit' -mavenUrl: 'http://gitblit.github.io/gitblit-maven' +mavenUrl: 'http://gitblit-org.github.io/gitblit-maven' # Licenses section included for POM generation licenses: @@ -44,9 +44,9 @@ developers: # SCM section included for POM generation scm: { - connection: 'scm:git:git://github.com/gitblit/gitblit.git' - developerConnection: 'scm:git:https://github.com/gitblit/gitblit.git' - url: 'https://github.com/gitblit/gitblit' + connection: 'scm:git:git://github.com/gitblit-org/gitblit.git' + developerConnection: 'scm:git:https://github.com/gitblit-org/gitblit.git' + url: 'https://github.com/gitblit-org/gitblit' tag: HEAD } @@ -98,7 +98,7 @@ registeredRepositories: - { id: mavencentral, url: 'https://repo1.maven.org/maven2' } - { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' } - { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' } -- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' } +- { id: gitblit, url: 'http://gitblit-org.github.io/gitblit-maven' } # Source all dependencies from the following repositories in the specified order repositories: central, eclipse-snapshots, eclipse, gitblit |