Skip to content

Commit a1e9a0b

Browse files
committed
Merge remote-tracking branch 'origin/main' into python-glacier2-session
2 parents 7f8a49e + a46d95d commit a1e9a0b

File tree

33 files changed

+206
-167
lines changed

33 files changed

+206
-167
lines changed

java/Glacier2/callback/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Glacier2/greeter/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/android-greeter/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ pluginManagement {
99
}
1010
mavenCentral()
1111
gradlePluginPortal()
12-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
12+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
1313
maven {
14-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
14+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1515
content {
1616
includeGroupByRegex("com\\.zeroc.*")
1717
}
@@ -23,9 +23,9 @@ dependencyResolutionManagement {
2323
repositories {
2424
google()
2525
mavenCentral()
26-
// Use the nightly build of Ice from the Maven Central snapshots repository.
26+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2727
maven {
28-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
28+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2929
content {
3030
includeGroupByRegex("com\\.zeroc.*")
3131
}

java/Ice/bidir/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/callback/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/cancellation/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/config/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/context/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/customError/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

java/Ice/forwarder/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

0 commit comments

Comments
 (0)