1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Use spring-projects for organization in GitHub URLs

This commit is contained in:
Johnny Lim
2018-05-05 08:57:12 +09:00
committed by Rob Winch
parent 3ba15a16bf
commit 2a0f529ee4
6 changed files with 6 additions and 6 deletions
@@ -27,7 +27,7 @@ ext.spec = copySpec {
}
def getDownloadUrl() {
snapshotBuild ? "https://github.com/SpringSource/spring-security/archive/master.zip" : "https://github.com/spring-projects/spring-security/archive/${project.version}.zip"
snapshotBuild ? "https://github.com/spring-projects/spring-security/archive/master.zip" : "https://github.com/spring-projects/spring-security/archive/${project.version}.zip"
}
+1 -1
View File
@@ -5,7 +5,7 @@ guard 'shell' do
watch(/^.*\.asc$/) {|m|
Asciidoctor.render_file(m[0], :to_dir => "build/", :safe => Asciidoctor::SafeMode::UNSAFE, :attributes=> {'toc' => '', 'idprefix' => '', 'idseparator' => '-', 'copycss' => '', 'icons' => 'font', 'source-highlighter' => 'prettify', 'sectanchors' => '', 'toc-placement' => 'preamble', 'revnumber' => '3.2.0.CI-SNAPSHOT',
'spring-security-version' => '3.2.0.CI-SNAPSHOT',
'download-url' => 'https://github.com/SpringSource/spring-security/archive/master.zip',
'download-url' => 'https://github.com/spring-projects/spring-security/archive/master.zip',
'include-maven-repository' => '_includes/maven-repository-snapshot.asc' })
}
end