Skip to content

Commit e38e963

Browse files
committed
Update Maven Sites
1 parent 96f730c commit e38e963

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
maven {
1010
name = "GradleRIO"
11-
url = "http://dev.sourcecoded.info/jaci/maven"
11+
url = "http://dev.imjac.in/maven"
1212
}
1313
}
1414
dependencies {

deploymentScripts/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Build implements Plugin<Project> {
2525
classpath: sshAntTask.asPath)
2626

2727
def dl = project.task('download') << {
28-
String baseURL = "http://dev.sourcecoded.info/jaci/maven/jaci/openrio/toast/Toast";
28+
String baseURL = "http://dev.imjac.in/maven/jaci/openrio/toast/Toast";
2929
download("caches/toast", "${baseURL}/maven-metadata.xml", "toast-metadata.xml")
3030
def latest = getLatest()
3131
println "\tLatest Toast version: ${latest}"

release/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
maven {
1010
name = "GradleRIO"
11-
url = "http://dev.sourcecoded.info/jaci/maven"
11+
url = "http://dev.imjac.in/maven"
1212
}
1313
}
1414
dependencies {
@@ -27,7 +27,7 @@ archivesBaseName = "ToastModule"
2727
repositories {
2828
maven {
2929
name = "Toast"
30-
url = "http://dev.sourcecoded.info/jaci/maven"
30+
url = "http://dev.imjac.in/maven"
3131
}
3232
}
3333

0 commit comments

Comments
 (0)