Skip to content

Commit

Permalink
chore: cut the 1.1.0 release
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
MarcScheib authored and semantic-release-bot committed Feb 7, 2024
1 parent 3764e9c commit a480025
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/CycriLabs/quarkus-velocity/compare/1.0.0...1.1.0) (2024-02-07)


### Features

* bump quarkus to 3.6.4 ([d355aa2](https://github.com/CycriLabs/quarkus-velocity/commit/d355aa2519dfa6467ec3ded1a21c47c3c9b5e5d0))
* bump quarkus to 3.7.1 ([6f09af5](https://github.com/CycriLabs/quarkus-velocity/commit/6f09af58bb54838aa376503ff3751bb58f6c62d5))

# 1.0.0 (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.cycrilabs</groupId>
<artifactId>quarkus-velocity-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>quarkus-velocity-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.cycrilabs</groupId>
<artifactId>quarkus-velocity-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Quarkus Velocity Extension - Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.cycrilabs</groupId>
<artifactId>quarkus-velocity-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>quarkus-velocity</artifactId>
Expand Down

0 comments on commit a480025

Please sign in to comment.