Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Jul 18, 2023
1 parent f12200c commit bc2f7ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/gravitee-io/gravitee-policy-json-xml/compare/2.2.0...3.0.0) (2023-07-18)


### Bug Fixes

* bump dependencies versions ([b19b834](https://github.com/gravitee-io/gravitee-policy-json-xml/commit/b19b834e1affa9720c0aed2d90aaae316ea3798f))


### chore

* **deps:** update gravitee-parent ([30e96ce](https://github.com/gravitee-io/gravitee-policy-json-xml/commit/30e96ce39b513d2235ef847b88b203dfff278565))


### BREAKING CHANGES

* **deps:** require Java17
* use apim version 4

# [3.0.0-alpha.1](https://github.com/gravitee-io/gravitee-policy-json-xml/compare/2.2.0...3.0.0-alpha.1) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.gravitee.policy</groupId>
<artifactId>gravitee-policy-json-xml</artifactId>
<version>3.0.0-alpha.1</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>Gravitee.io APIM - Policy - JSON to XML Transformation</name>
<description>Description of the JSON to XML Transformation Gravitee Policy</description>
Expand Down

0 comments on commit bc2f7ac

Please sign in to comment.