Skip to content

Commit ffdfeb9

Browse files
algolia-botmillotp
andcommitted
chore(clients): correctly upgrade to maven central publishing (#5085) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent 7238519 commit ffdfeb9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

clients/algoliasearch-client-java/gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
GROUP=com.algolia
22
VERSION_NAME=4.21.1
33

4-
SONATYPE_HOST=DEFAULT
5-
RELEASE_SIGNING_ENABLED=true
6-
SONATYPE_AUTOMATIC_RELEASE=true
7-
84
# POM
95
POM_DESCRIPTION=Java client for Algolia Search API
106
POM_URL=https://github.com/algolia/algoliasearch-client-java
@@ -19,3 +15,8 @@ POM_DEVELOPER_NAME=The Algolia Team
1915
POM_DEVELOPER_EMAIL=[email protected]
2016
POM_ISSUE_SYSTEM=github
2117
POM_ISSUE_URL=https://github.com/algolia/algoliasearch-client-java/issues
18+
19+
# Publishing
20+
mavenCentralPublishing=true
21+
mavenCentralAutomaticPublishing=true
22+
signAllPublications=true

clients/algoliasearch-client-kotlin/gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ kotlin.mpp.stability.nowarn=true
66
GROUP=com.algolia
77
VERSION_NAME=3.24.1
88

9-
# OSS
10-
SONATYPE_HOST=DEFAULT
11-
RELEASE_SIGNING_ENABLED=true
12-
139
# POM
1410
POM_DESCRIPTION="Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, \
1511
and pre-built integrations. Algolia API Client for Kotlin lets you easily use the Algolia Search \
@@ -26,3 +22,8 @@ POM_DEVELOPER_NAME=The Algolia Team
2622
POM_DEVELOPER_EMAIL=[email protected]
2723
POM_ISSUE_SYSTEM=github
2824
POM_ISSUE_URL=https://github.com/algolia/algoliasearch-client-kotlin/issues
25+
26+
# Publishing
27+
mavenCentralPublishing=true
28+
mavenCentralAutomaticPublishing=true
29+
signAllPublications=true

0 commit comments

Comments
 (0)