Skip to content

Commit 3801787

Browse files
committed
should use new (package) name
1 parent 3f2061d commit 3801787

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
:page-layout: default
44
:page-aliases: current@api:ROOT:index.adoc, latest@api:ROOT:index.adoc
55
:badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42
6-
:badge-ci: https://github.com/hauner/openapi-processor-api/workflows/ci/badge.svg
7-
:oapa-ci: https://github.com/hauner/openapi-processor-api/actions?query=workflow%3Aci
8-
:oapa-license: https://github.com/hauner/openapi-processor-api/blob/master/LICENSE
6+
:badge-ci: https://github.com/openapi-processor/openapi-processor-api/workflows/ci/badge.svg
7+
:oapa-ci: https://github.com/openapi-processor/openapi-processor-api/actions?query=workflow%3Aci
8+
:oapa-license: https://github.com/openapi-processor/openapi-processor-api/blob/master/LICENSE
99
//
10-
:oap-api: https://github.com/hauner/openapi-processor-api/blob/master/src/main/java/com/github/hauner/openapi/api/OpenApiProcessor.java
11-
:oap-spring-api-impl: https://github.com/hauner/openapi-processor-spring/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/SpringProcessor.groovy
12-
:oap-spring-api-props: https://github.com/hauner/openapi-processor-spring/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor
10+
:oap-api: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/OpenApiProcessor.java
11+
12+
:oap-spring-api-impl: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/SpringProcessor.groovy
13+
:oap-spring-api-props: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor
14+
1315
:oap-json-api-impl: https://github.com/hauner/openapi-processor-json/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/JsonProcessor.groovy
1416
:oap-json-api-props: https://github.com/hauner/openapi-processor-json/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor
1517

@@ -41,7 +43,7 @@ provide the task to run it.
4143
the gradle plugin will call `void run(Map<String, ?> options);` to run the processor, passing all
4244
extra settings in the options map with the property setting name as the key.
4345

44-
- provide a `META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor` property file in
46+
- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in
4547
the resources with the class name of the implementing class.
4648

4749

0 commit comments

Comments
 (0)