Skip to content

Commit 79802c9

Browse files
committed
Merge branch 'master' of github.com:networknt/openapi-parser
2 parents 27af870 + 8681db0 commit 79802c9

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.2.2](https://github.com/networknt/openapi-parser/tree/2.2.2) (2025-06-05)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
- fixes \#69 update url of github api url for tests [\#70](https://github.com/networknt/openapi-parser/pull/70) ([stevehu](https://github.com/stevehu))
10+
11+
312
## [2.2.1](https://github.com/networknt/openapi-parser/tree/2.2.1) (2025-03-22)
413

514

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>openapi-parser</artifactId>
22-
<version>2.2.2-SNAPSHOT</version>
22+
<version>2.2.2</version>
2323
<description>A light-weight, fast OpenAPI 3.0 parser and validator</description>
2424
<url>https://github.com/networknt/openapi-parser</url>
2525
<name>OpenAPIParser</name>
@@ -96,7 +96,7 @@
9696
<maven.compiler.source>${java.version}</maven.compiler.source>
9797
<maven.compiler.target>${java.version}</maven.compiler.target>
9898
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99-
<version.light-4j>2.2.2-SNAPSHOT</version.light-4j>
99+
<version.light-4j>2.2.2</version.light-4j>
100100
<version.jackson>2.18.3</version.jackson>
101101
<version.slf4j>2.0.17</version.slf4j>
102102
<version.logback>1.5.18</version.logback>

0 commit comments

Comments
 (0)