Skip to content

Commit 651582b

Browse files
committed
doc new group id
1 parent e175dd8 commit 651582b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
:author: Martin Hauner
22
:page-title: openapi-processor-gradle
3-
:page-layout: default
4-
:page-aliases: current@gradle:ROOT:index.adoc, latest@gradle:ROOT:index.adoc
3+
//:page-aliases: current@gradle:ROOT:index.adoc, latest@gradle:ROOT:index.adoc
54
:badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42
6-
:badge-ci: https://github.com/hauner/openapi-processor-gradle/workflows/ci/badge.svg
7-
:oapj-ci: https://github.com/hauner/openapi-processor-gradle/actions?query=workflow%3Aci
8-
:oapj-license: https://github.com/hauner/openapi-processor-gradle/blob/master/LICENSE
9-
:oap-api: https://github.com/hauner/openapi-processor-api
5+
:badge-ci: https://github.com/openapi-processor/openapi-processor-gradle/workflows/ci/badge.svg
6+
:oapj-ci: https://github.com/openapi-processor/openapi-processor-gradle/actions?query=workflow%3Aci
7+
:oapj-license: https://github.com/openapi-processor/openapi-processor-gradle/blob/master/LICENSE
8+
:oap-api: https://github.com/openapi-processor/openapi-processor-api
109

1110
//
1211
// content
@@ -177,7 +176,7 @@ openapiProcessor {
177176
//
178177
spring {
179178
// the openapi-processor-spring dependency (mandatory)
180-
//
179+
// (or with the new group id 'io.openapiprocessor:openapi-processor-spring:1.0.0.Mx')
181180
processor 'com.github.hauner.openapi:openapi-processor-spring:1.0.0.Mx'
182181
183182
// setting api path inside a processor configuration overrides the one at the top.
@@ -223,6 +222,7 @@ openapiProcessor {
223222
224223
spring {
225224
processor 'com.github.hauner.openapi:openapi-processor-spring:1.0.0.Mx'
225+
// or processor 'io.openapiprocessor:openapi-processor-spring:1.0.0.Mx'
226226
targetDir "${projectDir}/build/openapi"
227227
mapping "${projectDir}/src/api/mapping.yaml"
228228
showWarnings true

0 commit comments

Comments
 (0)