Skip to content

Commit 746a283

Browse files
committed
new group id
1 parent b09dcbd commit 746a283

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
:badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42
2-
:badge-ci: https://github.com/hauner/openapi-processor-test/workflows/ci/badge.svg
3-
:oaps-ci: https://github.com/hauner/openapi-processor-test/actions?query=workflow%3Aci
4-
:oaps-license: https://github.com/hauner/openapi-processor-test/blob/master/LICENSE
2+
:badge-ci: https://github.com/openapi-processor/openapi-processor-test/workflows/ci/badge.svg
3+
:oaps-ci: https://github.com/openapi-processor/openapi-processor-test/actions?query=workflow%3Aci
4+
:oaps-license: https://github.com/openapi-processor/openapi-processor-test/blob/master/LICENSE
55
:oap-docs: https://hauner.github.com/openapi-processor/spring/current/index.html
6-
:opa-core: https://github.com/hauner/openapi-processor-test
7-
:opa-spring: https://github.com/hauner/openapi-processor-spring
6+
7+
:oap-core: https://github.com/openapi-processor/openapi-processor-core
8+
:oap-spring: https://github.com/openapi-processor/openapi-processor-spring
89

910
// badges
1011
//link:{oaps-ci}[image:{badge-ci}[]]
@@ -113,6 +114,6 @@ class ProcessorEndToEndTest extends ProcessorTestBase {
113114
See link:{oap-core}[openapi-processor-core] and link:{oap-spring}[openapi-processor-spring] for
114115
working examples.
115116

116-
== openapi-processor documentation
117+
== documentation
117118

118119
See link:{oap-docs}[here].

src/main/groovy/com/github/hauner/openapi/test/TestSet.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
package com.github.hauner.openapi.test
1818

19-
import com.github.hauner.openapi.api.OpenApiProcessor
19+
import io.openapiprocessor.api.OpenApiProcessor
20+
2021

2122
class TestSet {
2223

0 commit comments

Comments
 (0)