Skip to content

Commit 30e97bd

Browse files
committed
Upgrading to latest Red Hat Vert.X 4.4.4 and Quarkus 3.2.6
- Upgrading Vert.X to version 4.4.4.redhat-00001 - Upgrading Quarkus to version 3.2.6.Final-redhat-00002
1 parent 794ad25 commit 30e97bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<properties>
77
<solr.version>8.11.1</solr.version>
8-
<computate.version>4.2.7.29</computate.version>
8+
<computate.version>4.4.4.0</computate.version>
99

1010
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
1111
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
1212
<vertx-maven-plugin.version>1.0.18</vertx-maven-plugin.version>
1313
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
1414
<exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
15-
<vertx-base.version>4.2.7</vertx-base.version>
16-
<vertx.version>${vertx-base.version}.redhat-00003</vertx.version>
15+
<vertx-base.version>4.4.4</vertx-base.version>
16+
<vertx.version>${vertx-base.version}.redhat-00001</vertx.version>
1717
<log4j.version>2.17.2</log4j.version>
1818
<log4j-slf4j-impl.version>2.17.1.redhat-00002</log4j-slf4j-impl.version>
1919
<slf4j.version>1.7.33.redhat-00001</slf4j.version>
@@ -37,7 +37,7 @@
3737
<modelVersion>4.0.0</modelVersion>
3838
<groupId>org.computate</groupId>
3939
<artifactId>computate</artifactId>
40-
<version>4.2.7.29</version>
40+
<version>4.4.4.0</version>
4141
<packaging>jar</packaging>
4242
<name>Computate Vert.x Code Generation Tools</name>
4343
<description>Code that generates more code as you save. Internationalized. Integrated with Solr search. A new way to write code to make persistence easier. </description>
@@ -285,8 +285,8 @@
285285
<artifactId>maven-compiler-plugin</artifactId>
286286
<version>3.7.0</version>
287287
<configuration>
288-
<source>1.8</source>
289-
<target>1.8</target>
288+
<source>17</source>
289+
<target>17</target>
290290
</configuration>
291291
</plugin>
292292

0 commit comments

Comments
 (0)