File tree Expand file tree Collapse file tree 7 files changed +9
-18
lines changed Expand file tree Collapse file tree 7 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 68
68
with :
69
69
maven_profiles : release
70
70
maven_args : -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }}
71
+ server_id : central
71
72
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
72
73
gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
73
74
nexus_username : ${{ secrets.SONATYPE_TOKEN_USER }}
78
79
directory : clickhouse-r2dbc
79
80
maven_profiles : release
80
81
maven_args : -q --batch-mode -Dr2dbc-spi.version=0.9.1.RELEASE -DclickhouseVersion=${{ env.CH_VERSION }}
82
+ server_id : central
81
83
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
82
84
gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
83
85
nexus_username : ${{ secrets.SONATYPE_TOKEN_USER }}
Original file line number Diff line number Diff line change 45
45
<!-- <repository>-->
46
46
<!-- <id>ossrh</id>-->
47
47
<!-- <name>Sonatype OSSRH</name>-->
48
- <!-- <url>https://s01.oss. sonatype.org/content/repositories/ snapshots/</url>-->
48
+ <!-- <url>https://central. sonatype.com/repository/maven- snapshots/</url>-->
49
49
<!-- </repository>-->
50
50
</repositories >
51
51
Original file line number Diff line number Diff line change 31
31
<repository >
32
32
<id >ossrh</id >
33
33
<name >Sonatype OSSRH</name >
34
- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots/</url >
34
+ <url >https://central. sonatype.com/repository/maven- snapshots/</url >
35
35
</repository >
36
36
</repositories >
37
37
41
41
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
42
42
43
43
<clickhouse-java .version>0.9.0-SNAPSHOT</clickhouse-java .version>
44
- <!-- Nightly snapshot version from https://s01.oss. sonatype.org/content/repositories/ snapshots/ or latest from local -->
44
+ <!-- Nightly snapshot version from https://central. sonatype.com/repository/maven- snapshots/or latest from local -->
45
45
<!-- <clickhouse-java.version>0.9.0-SNAPSHOT</clickhouse-java.version>-->
46
46
47
47
<apache-httpclient .version>5.2.1</apache-httpclient .version>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ application {
21
21
repositories {
22
22
mavenLocal() // comment to pull nightly builds instead of local cache
23
23
mavenCentral()
24
- maven(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ) // for nightly builds
24
+ maven(" https://central. sonatype.com/repository/maven- snapshots/" ) // for nightly builds
25
25
}
26
26
27
27
val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ configurations {
22
22
repositories {
23
23
mavenLocal() // comment to pull nightly builds instead of local cache
24
24
mavenCentral()
25
- maven(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ) // for nightly builds
25
+ maven(" https://central. sonatype.com/repository/maven- snapshots/" )
26
26
}
27
27
28
28
val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change 38
38
<repository >
39
39
<id >ossrh</id >
40
40
<name >Sonatype OSSRH</name >
41
- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots/</url >
41
+ <url >https://central. sonatype.com/repository/maven- snapshots/</url >
42
42
</repository >
43
43
</repositories >
44
44
Original file line number Diff line number Diff line change 67
67
<system >Github</system >
68
68
<url >https://github.com/ClickHouse/clickhouse-java/actions</url >
69
69
</ciManagement >
70
-
71
- <distributionManagement >
72
- <snapshotRepository >
73
- <id >ossrh</id >
74
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
75
- </snapshotRepository >
76
- <repository >
77
- <id >ossrh</id >
78
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
79
- </repository >
80
- </distributionManagement >
81
-
70
+
82
71
<properties >
83
72
<revision >0.9.0-SNAPSHOT</revision >
84
73
<project .current.year>2025</project .current.year>
You can’t perform that action at this time.
0 commit comments