Skip to content

Commit d509c87

Browse files
release 1.2.3
1 parent 7360fd6 commit d509c87

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pom.xml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -148,17 +148,18 @@
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>

0 commit comments

Comments
 (0)