From 283fe28b84701328b889d2fc511b727de3b4b82b Mon Sep 17 00:00:00 2001 From: Rosario Fernandes Date: Thu, 23 Oct 2025 21:20:26 +0200 Subject: [PATCH 1/2] chore(*): update release infrastructure --- buildSrc/src/main/kotlin/Config.kt | 2 +- docs/internal/releasing.md | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 643e77527..727c3a538 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -15,7 +15,7 @@ object Config { const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" const val google = "com.google.gms:google-services:4.3.8" - const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.30.0" + const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.34.0" const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2" } diff --git a/docs/internal/releasing.md b/docs/internal/releasing.md index 9b7719679..a773bb363 100644 --- a/docs/internal/releasing.md +++ b/docs/internal/releasing.md @@ -48,7 +48,7 @@ When ready, merge the pull request. ### Credentials The library is published to Maven Central by the `firebase-sonatype` account, Googlers can find the -password for this account in [Valentine](http://go/valentine/) +password for this account in [Valentine](http://go/valentine/). ### GPG Key @@ -100,8 +100,8 @@ sudo pkill dirmngr ### Local Properties -1. Navigate to https://oss.sonatype.org/ and **Log In** using the credentials from [Valentine](http://go/valentine). -1. Follow [these instructions](https://central.sonatype.org/publish/generate-token/) to **Access User Token**. +1. Navigate to https://central.sonatype.com/ and **Log In** using the credentials from [Valentine](http://go/valentine). +1. Go to [View user tokens](https://central.sonatype.com/usertoken) and generate a new token. You should see an XML that looks like this: ```xml @@ -122,11 +122,6 @@ mavenCentralPassword= Date: Thu, 23 Oct 2025 21:25:53 +0200 Subject: [PATCH 2/2] Version 9.1.1 --- buildSrc/src/main/kotlin/Config.kt | 2 +- gradle.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 727c3a538..12bb4891c 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -1,5 +1,5 @@ object Config { - const val version = "9.1.0" + const val version = "9.1.1" val submodules = listOf("auth", "common", "firestore", "database", "storage") private const val kotlinVersion = "2.1.0" diff --git a/gradle.properties b/gradle.properties index 13892b80b..0ec8620fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ android.nonTransitiveRClass=false android.defaults.buildfeatures.buildconfig=true GROUP=com.firebaseui -VERSION_NAME=9.1.0 +VERSION_NAME=9.1.1 POM_PACKAGING=aar POM_DESCRIPTION=FirebaseUI for Android @@ -28,6 +28,6 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_DEVELOPER_NAME=FirebaseUI Contributors POM_DEVELOPER_URL=https://github.com/firebase/FirebaseUI-Android/graphs/contributors -# See https://vanniktech.github.io/gradle-maven-publish-plugin/changelog/#0200-2022-06-02 -SONATYPE_HOST=DEFAULT -RELEASE_SIGNING_ENABLED=true +# See https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.33.0 +mavenCentralPublishing=true +signAllPublications=true