Skip to content

Commit 6d9e7db

Browse files
committed
update to maven central
1 parent 6999e86 commit 6d9e7db

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
:oapj-ci: https://github.com/openapi-processor/openapi-processor-maven/actions?query=workflow%3Aci
66
:oapj-license: https://github.com/openapi-processor/openapi-processor-maven/blob/master/LICENSE
77
:oap-api: https://github.com/openapi-processor/openapi-processor-api
8+
:oap-central: https://search.maven.org/search?q=io.openapiprocessor
9+
:badge-central: https://img.shields.io/maven-central/v/io.openapiprocessor/openapi-processor-maven?label=Maven%20Central
810

911
//
1012
// content
@@ -14,7 +16,7 @@ image:openapi-processor-maven$$@$$1280x200.png[openapi-processor-maven]
1416
// badges
1517
//link:{oapj-ci}[image:{badge-ci}[]]
1618
link:{oapj-license}[image:{badge-license}[]]
17-
19+
link:{oap-central}[image:{badge-central}[]]
1820

1921
a maven plugin based on the link:{oap-api}[openapi-processor-api] to handle any openapi-processor without an explicit dependency on the processor.
2022

@@ -26,6 +28,12 @@ a maven plugin based on the link:{oap-api}[openapi-processor-api] to handle any
2628
| minimum maven version
2729
| description
2830

31+
| 2021.1
32+
| 3.6
33+
a| supports processors with new `io.openapiprocessor` group id
34+
35+
3+| ↓ old (deprecated)
36+
2937
| 1.0.0.M2
3038
| 3.6
3139
a| supports processors with new `io.openapiprocessor` and old `com.github.hauner.openapi` group id
@@ -45,7 +53,8 @@ The first step of the configuration is to add the plugin, and the processor(s) t
4553
<plugin>
4654
<groupId>io.openapiprocessor</groupId>
4755
<artifactId>openapi-processor-maven-plugin</artifactId>
48-
<version>1.0.0.M2</version>
56+
<!-- update to latest version, see maven central badge at top -->
57+
<version>2021.1</version>
4958
5059
<!-- ... next step ... -->
5160
</plugin>
@@ -63,12 +72,12 @@ The processors are dependencies of the plugin, and they are expected in the `<pl
6372
<dependency>
6473
<groupId>io.openapiprocessor</groupId>
6574
<artifactId>openapi-processor-spring</artifactId>
66-
<version>1.0.0.M15</version>
75+
<version>2021.2</version>
6776
</dependency>
6877
<dependency>
6978
<groupId>io.openapiprocessor</groupId>
7079
<artifactId>openapi-processor-json</artifactId>
71-
<version>1.0.0.M5</version>
80+
<version>2021.2</version>
7281
</dependency>
7382
</dependencies>
7483

0 commit comments

Comments
 (0)