File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed
Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.3] - 2025-11-17
9+
10+ ### Fixed
11+ - OAR031 - ExamplesCheck
12+
813## [ 1.2.2] - 2025-11-04
914
1015### Fixed
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.apiaddicts.apitools.dosonarapi</groupId >
55 <artifactId >sonaropenapi-rules-community</artifactId >
6- <version >1.2.2 </version >
6+ <version >1.2.3 </version >
77 <packaging >sonar-plugin</packaging >
88
99 <name >SonarQube OpenAPI Community Rules</name >
148148 </dependencies >
149149 </plugin >
150150
151- <plugin >
152- <groupId >org.sonatype.plugins</groupId >
153- <artifactId >nexus-staging-maven-plugin</artifactId >
154- <version >1.6.13</version >
155- <extensions >true</extensions >
156- <configuration >
157- <serverId >ossrh</serverId >
158- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
159- <autoReleaseAfterClose >true</autoReleaseAfterClose >
160- </configuration >
161- </plugin >
151+ <!-- To release to Maven central -->
152+ <plugin >
153+ <groupId >org.sonatype.central</groupId >
154+ <artifactId >central-publishing-maven-plugin</artifactId >
155+ <version >0.8.0</version >
156+ <extensions >true</extensions >
157+ <configuration >
158+ <publishingServerId >ossrh</publishingServerId >
159+ <autoPublish >true</autoPublish >
160+ <waitUntil >published</waitUntil >
161+ </configuration >
162+ </plugin >
162163
163164 <plugin >
164165 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments