Skip to content

Commit 2a97868

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 011fd4c commit 2a97868

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.moxie

+5-5
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-flowdock-plugin/issues'
18+
issuesUrl: 'https://github.com/gitblit-org/gitblit-flowdock-plugin/issues'
1919

2020
# Current stable release
2121
releaseVersion: 1.0.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-flowdock-plugin.git'
45-
developerConnection: 'scm:git:https://github.com/gitblit/gitblit-flowdock-plugin.git'
46-
url: 'https://github.com/gitblit/gitblit-flowdock-plugin'
44+
connection: 'scm:git:git://github.com/gitblit-org/gitblit-flowdock-plugin.git'
45+
developerConnection: 'scm:git:https://github.com/gitblit-org/gitblit-flowdock-plugin.git'
46+
url: 'https://github.com/gitblit-org/gitblit-flowdock-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

+2-2
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

0 commit comments

Comments
 (0)