Skip to content

Commit 67f6457

Browse files
wing328martin-mfg
andauthored
update versions mentioned in Readme (#795)
* update versions mentioned in README * update --------- Co-authored-by: Martin Gebert <[email protected]>
1 parent 18abce4 commit 67f6457

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/generator-cli/src/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Initially the file has the following content:
115115
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
116116
"spaces": 2,
117117
"generator-cli": {
118-
"version": "4.3.1" // or the current latest version ;)
118+
"version": "7.8.0" // or the current latest version ;)
119119
}
120120
}
121121
```
@@ -124,7 +124,7 @@ This configuration indicates the following:
124124

125125
- the json file shall be formatted using **2 spaces**
126126
- the jar files shall be downloaded to *./my/custom/storage/dir*
127-
- the generator-cli version 4.3.1 is used
127+
- the generator-cli version 7.8.0 is used
128128

129129
Further it is also possible to configure generators, for example:
130130

@@ -133,7 +133,7 @@ Further it is also possible to configure generators, for example:
133133
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
134134
"spaces": 2,
135135
"generator-cli": {
136-
"version": "4.3.1",
136+
"version": "7.8.0",
137137
"storageDir": "~/my/custom/storage/dir", // optional
138138
"generators": { // optional
139139
"v2.0": { // any name you like (just printed to the console log or reference it using --generator-key)
@@ -185,7 +185,7 @@ If you're using a private maven registry you can configure the `downloadUrl` and
185185
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
186186
"spaces": 2,
187187
"generator-cli": {
188-
"version": "5.3.0",
188+
"version": "7.8.0",
189189
"repository": {
190190
"queryUrl": "https://private.maven.intern/solrsearch/select?q=g:${group.id}+AND+a:${artifact.id}&core=gav&start=0&rows=200",
191191
"downloadUrl": "https://private.maven.intern/maven2/${groupId}/${artifactId}/${versionName}/${artifactId}-${versionName}.jar"
@@ -231,7 +231,7 @@ more information about the possible arguments and a detailed usage manual of the
231231

232232
```sh
233233
npm install @openapitools/openapi-generator-cli@previous
234-
npm i @openapitools/[email protected]
234+
npm i @openapitools/[email protected]
235235
```
236236

237237
or using yarn

0 commit comments

Comments
 (0)