Skip to content

Commit 80ff70d

Browse files
authored
Update README OpenAPI generator CLI snapshot version to 7.17.0 (#1009)
Update README OpenAPI generator CLI snapshot version to 7.17.0
1 parent beec169 commit 80ff70d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

apps/generator-cli/src/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,20 @@ Change your `openapitools.json` to:
223223
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
224224
"spaces": 2,
225225
"generator-cli": {
226-
"version": "7.9.0-20240829.123431-22",
226+
"version": "7.17.0-20251003.020930-8",
227227
"repository": {
228-
"downloadUrl": "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.9.0-SNAPSHOT/openapi-generator-cli-${versionName}.jar"
228+
"downloadUrl": "https://central.sonatype.com/repository/maven-snapshots/org/openapitools/openapi-generator-cli/7.17.0-SNAPSHOT/openapi-generator-cli-${version}.jar"
229229
}
230230
}
231231
}
232232
```
233233

234234
Example is with a snapshot of `7.9.0`, please change the `version` and `downloadUrl` accordingly.
235-
You can find all snapshots [here](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/).
235+
You can find the published snapshots in the build log of the [Publish to Maven Central Github workflow](https://github.com/OpenAPITools/openapi-generator/actions/workflows/maven-release.yml) in OpenAPI Generator repo, e.g.
236+
237+
```
238+
[INFO] Uploading to central: https://central.sonatype.com/repository/maven-snapshots/org/openapitools/openapi-generator-cli/7.17.0-SNAPSHOT/openapi-generator-cli-7.17.0-20251003.020930-8.jar
239+
```
236240

237241
## Run specific generators
238242

0 commit comments

Comments
 (0)