Skip to content

Commit

Permalink
Bump Quarkus from 3.6.4 to 3.7.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
essobedo authored Feb 2, 2024
1 parent 27ef5b8 commit b637df0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: 3.6.4
current-version: 3.7.0
next-version: "999-SNAPSHOT"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/github/license/quarkiverse/quarkus-groovy)](http://www.apache.org/licenses/LICENSE-2.0)
[![Central](https://img.shields.io/maven-central/v/io.quarkiverse.groovy/quarkus-groovy?color=green)](https://search.maven.org/search?q=g:io.quarkiverse.groovy%20AND%20a:quarkus-groovy)

Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.6 applications in Groovy 4.0.
Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.7 applications in Groovy 4.0.

With Maven, add the following dependency to your `pom.xml` to get started:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:project-version: 3.6.4
:project-version: 3.7.0
4 changes: 2 additions & 2 deletions examples/gradle-resteasy/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformGroupId=io.quarkus
quarkusPluginVersion=999-SNAPSHOT
quarkusPlatformVersion=999-SNAPSHOT
quarkusPluginVersion=3.7.1
quarkusPlatformVersion=3.7.1
version=999-SNAPSHOT
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>999-SNAPSHOT</quarkus.version>
<quarkus.version>3.7.1</quarkus.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
Expand Down

0 comments on commit b637df0

Please sign in to comment.