Skip to content

Commit 77b3109

Browse files
authored
Update Github URLs to point to new 'gitblit-org' organisation
The Gitblit repositories were moved to a new organisation called 'gitblit-org'. So all the URLs to Github need to be adjusted to point to the repository under the new organisation.
1 parent 4592458 commit 77b3109

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.moxie

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packaging: zip
1515
inceptionYear: 2014
1616
organization: gitblit.com
1717
url: 'http://gitblit.com'
18-
issuesUrl: 'https://github.com/gitblit/gitblit-powertools-plugin/issues'
18+
issuesUrl: 'https://github.com/gitblit-org/gitblit-powertools-plugin/issues'
1919

2020
# Current stable release
2121
releaseVersion: 1.3.0
@@ -41,9 +41,9 @@ developers:
4141

4242
# SCM section included for POM generation
4343
scm: {
44-
connection: 'scm:git:git://github.com/gitblit/gitblit-powertools-plugin.git'
45-
developerConnection: 'scm:git:https://github.com/gitblit/gitblit-powertools-plugin.git'
46-
url: 'https://github.com/gitblit/gitblit-powertools-plugin'
44+
connection: 'scm:git:git://github.com/gitblit-org/gitblit-powertools-plugin.git'
45+
developerConnection: 'scm:git:https://github.com/gitblit-org/gitblit-powertools-plugin.git'
46+
url: 'https://github.com/gitblit-org/gitblit-powertools-plugin'
4747
tag: HEAD
4848
}
4949

@@ -85,7 +85,7 @@ dependencyDirectory: ext
8585
registeredRepositories:
8686
- {
8787
id: 'com.gitblit'
88-
url: 'http://gitblit.github.io/gitblit-maven/'
88+
url: 'http://gitblit-org.github.io/gitblit-maven/'
8989
affinity: [ 'com.gitblit' ]
9090
}
9191

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
Retrieve Moxie Toolkit
77
8-
documentation @ http://gitblit.github.io/moxie
8+
documentation @ http://gitblit-org.github.io/moxie
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010
-->
1111
<property name="moxie.version" value="0.9.2" />
12-
<property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
12+
<property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />
1313
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
1414
<property name="moxie.dir" value="${user.home}/.moxie" />
1515

src/main/java/com/gitblit/plugin/powertools/RepositoriesDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected String getRepositoryUrl() {
114114
@CommandMetaData(name = "new", aliases = { "add" }, description = "Create a new repository")
115115
@UsageExamples(examples = {
116116
@UsageExample(syntax = "${cmd} myRepo", description = "Create a repository named 'myRepo'"),
117-
@UsageExample(syntax = "${cmd} myMirror --mirror https://github.com/gitblit/gitblit.git",
117+
@UsageExample(syntax = "${cmd} myMirror --mirror https://github.com/gitblit-org/gitblit.git",
118118
description = "Create a mirror named 'myMirror'"),
119119
})
120120
public static class NewRepository extends RepositoryCommand {

src/main/resources/documentation/cmd-gitblit_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ James Moger
3737

3838
RESOURCES
3939
---------
40-
<https://github.com/gitblit/gitblit-powertools-plugin>
40+
<https://github.com/gitblit-org/gitblit-powertools-plugin>
4141

4242
Powertools
4343
--------

0 commit comments

Comments
 (0)