Skip to content

Commit

Permalink
Upgrading to latest Red Hat Vert.X 4.4.4 and Quarkus 3.2.6
Browse files Browse the repository at this point in the history
- Upgrading Vert.X to version 4.4.4.redhat-00001
- Upgrading Quarkus to version 3.2.6.Final-redhat-00002
  • Loading branch information
computate committed Nov 16, 2023
1 parent 794ad25 commit 30e97bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<properties>
<solr.version>8.11.1</solr.version>
<computate.version>4.2.7.29</computate.version>
<computate.version>4.4.4.0</computate.version>

<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<vertx-maven-plugin.version>1.0.18</vertx-maven-plugin.version>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
<exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
<vertx-base.version>4.2.7</vertx-base.version>
<vertx.version>${vertx-base.version}.redhat-00003</vertx.version>
<vertx-base.version>4.4.4</vertx-base.version>
<vertx.version>${vertx-base.version}.redhat-00001</vertx.version>
<log4j.version>2.17.2</log4j.version>
<log4j-slf4j-impl.version>2.17.1.redhat-00002</log4j-slf4j-impl.version>
<slf4j.version>1.7.33.redhat-00001</slf4j.version>
Expand All @@ -37,7 +37,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.computate</groupId>
<artifactId>computate</artifactId>
<version>4.2.7.29</version>
<version>4.4.4.0</version>
<packaging>jar</packaging>
<name>Computate Vert.x Code Generation Tools</name>
<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>
Expand Down Expand Up @@ -285,8 +285,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 30e97bd

Please sign in to comment.