Skip to content

Commit

Permalink
chore: cut the 1.8.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 4, 2025
1 parent 65b1c1c commit 0ff01c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/CycriLabs/quarkus-velocity/compare/1.7.0...1.8.0) (2025-02-04)


### Features

* bump quarkus to 3.18.1 ([65b1c1c](https://github.com/CycriLabs/quarkus-velocity/commit/65b1c1c5e35ff3dca551b93e775145b970fd9fcc))

# [1.7.0](https://github.com/CycriLabs/quarkus-velocity/compare/1.6.0...1.7.0) (2024-12-10)


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.7.1-SNAPSHOT</version>
<version>1.8.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.7.1-SNAPSHOT</version>
<version>1.8.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.7.1-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

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

0 comments on commit 0ff01c6

Please sign in to comment.