File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
java/com/gitblit/plugin/powertools Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packaging: zip
15
15
inceptionYear: 2014
16
16
organization: gitblit.com
17
17
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'
19
19
20
20
# Current stable release
21
21
releaseVersion: 1.3.0
@@ -41,9 +41,9 @@ developers:
41
41
42
42
# SCM section included for POM generation
43
43
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'
47
47
tag: HEAD
48
48
}
49
49
@@ -85,7 +85,7 @@ dependencyDirectory: ext
85
85
registeredRepositories:
86
86
- {
87
87
id: 'com.gitblit'
88
- url: 'http://gitblit.github.io/gitblit-maven/'
88
+ url: 'http://gitblit-org .github.io/gitblit-maven/'
89
89
affinity: [ 'com.gitblit' ]
90
90
}
91
91
Original file line number Diff line number Diff line change 5
5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
Retrieve Moxie Toolkit
7
7
8
- documentation @ http://gitblit.github.io/moxie
8
+ documentation @ http://gitblit-org .github.io/moxie
9
9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
10
-->
11
11
<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" />
13
13
<property name =" moxie.jar" value =" moxie-toolkit-${ moxie.version } .jar" />
14
14
<property name =" moxie.dir" value =" ${ user.home } /.moxie" />
15
15
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ protected String getRepositoryUrl() {
114
114
@ CommandMetaData (name = "new" , aliases = { "add" }, description = "Create a new repository" )
115
115
@ UsageExamples (examples = {
116
116
@ 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" ,
118
118
description = "Create a mirror named 'myMirror'" ),
119
119
})
120
120
public static class NewRepository extends RepositoryCommand {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ James Moger
37
37
38
38
RESOURCES
39
39
---------
40
- < https://github.com/gitblit/gitblit-powertools-plugin >
40
+ < https://github.com/gitblit-org /gitblit-powertools-plugin >
41
41
42
42
Powertools
43
43
--------
You can’t perform that action at this time.
0 commit comments