Skip to content

Commit

Permalink
Update minimum extension version to Quarkus 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 9, 2024
1 parent 1fcf0a4 commit 8160699
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse</groupId>
Expand All @@ -23,7 +24,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<quarkus.version>3.3.0</quarkus.version>
<quarkus.version>3.7.0</quarkus.version>
<pact.version>4.5.6</pact.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
Expand Down Expand Up @@ -51,7 +52,7 @@
</plugin>
</plugins>
</pluginManagement>
</build>
</build>
<profiles>
<profile>
<id>it</id>
Expand Down

0 comments on commit 8160699

Please sign in to comment.