From f30adfb7ca79a91f7d3bf0c95420c9cf3510cdb0 Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Sat, 31 May 2025 14:39:41 +0200 Subject: [PATCH 1/3] Deploy update --- DEPLOY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEPLOY.md b/DEPLOY.md index fa77d31..22048b7 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -32,3 +32,9 @@ Use the **same version** for the git tag as in the properties file. 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. 2. Make sure the new version is available on [Maven Central](https://search.maven.org/artifact/com.configcat/configcat-publicapi-java-client). +## Sync +1. Log in to [Maven Central Repository](https://central.sonatype.org/) and follow these steps: + 1. Go to the `Publish` page and select the version you published. + 2. Click `Publish`. The process might take some time, click `Refresh` to get the latest state. + 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. +2. Make sure the new version is available on [Maven Central](https://search.maven.org/artifact/com.configcat/configcat-publicapi-java-client). \ No newline at end of file From 852e797fb23ab751fd4d0a637eb2becee4715962 Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Sat, 31 May 2025 15:51:02 +0200 Subject: [PATCH 2/3] DEPLOY.md update --- DEPLOY.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index 22048b7..e021608 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -3,8 +3,8 @@ 1. If necessary update the dependencies manually OR 2. Regenerate and update the `build.gradle` file. 1. Before generating the client code, remove the `build.gradle` from the `.openapi-generator-ignore` file. - 2. In the newly generated `build.gradle`, set up the `signing` and `publication` task as before the regeneration. - 3. Set up the JavaDoc and Source generation `withJavadocJar()` and `withSourcesJar()` extensions. + 2. In the newly generated `build.gradle`, set up the `mavenPublishing` task as before the regeneration. + 3. Clean out any not necessary task or dependencies. 4. After generation, add the `build.gradle` back to the ignore file. 2. Update the version in the `build.gradle` file. 3. Commit & Push @@ -25,16 +25,8 @@ Use the **same version** for the git tag as in the properties file. Create a new [Github release](https://github.com/configcat/configcat-publicapi-java-client/releases) with a new version tag and release notes. -## Sync -1. Log in to [Maven Repository](https://oss.sonatype.org/) and follow these steps: - 1. Select `Staging Repositories` and select the version you published. - 2. Click `Close`. The process might take some time, click `Refresh` to get the latest state. - 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. -2. Make sure the new version is available on [Maven Central](https://search.maven.org/artifact/com.configcat/configcat-publicapi-java-client). - ## Sync 1. Log in to [Maven Central Repository](https://central.sonatype.org/) and follow these steps: 1. Go to the `Publish` page and select the version you published. 2. Click `Publish`. The process might take some time, click `Refresh` to get the latest state. - 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. -2. Make sure the new version is available on [Maven Central](https://search.maven.org/artifact/com.configcat/configcat-publicapi-java-client). \ No newline at end of file +2. Make sure the new version is available on [Maven Central](https://central.sonatype.com/search?q=com.configcat.configcat-publicapi-java-client). \ No newline at end of file From 5a13dda1e34a70b4b46e8fe9e55cdcb3320b727e Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Sun, 1 Jun 2025 14:47:43 +0200 Subject: [PATCH 3/3] Fix artifact URL --- DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.md b/DEPLOY.md index e021608..7f4ee46 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -29,4 +29,4 @@ Use the **same version** for the git tag as in the properties file. 1. Log in to [Maven Central Repository](https://central.sonatype.org/) and follow these steps: 1. Go to the `Publish` page and select the version you published. 2. Click `Publish`. The process might take some time, click `Refresh` to get the latest state. -2. Make sure the new version is available on [Maven Central](https://central.sonatype.com/search?q=com.configcat.configcat-publicapi-java-client). \ No newline at end of file +2. Make sure the new version is available on [Maven Central](https://central.sonatype.com/artifact/com.configcat/configcat-publicapi-java-client). \ No newline at end of file