Skip to content

Commit

Permalink
Releasing version 4.2.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Mar 14, 2023
1 parent e683722 commit afbe844
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<groupId>org.computate</groupId>
<artifactId>computate-base</artifactId>
<relativePath>../computate-base/pom.xml</relativePath>
<version>4.2.7.21</version>
<version>4.2.7.22</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>computate-vertx</artifactId>
<version>4.2.7.21</version>
<version>4.2.7.22</version>
<packaging>jar</packaging>
<name>Computate Tools for integrating with Vert.x</name>
<description>Tools for integrating with Vert.x for reactive, asynchronous programming. </description>
Expand Down Expand Up @@ -80,14 +80,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>${quarkus.platform.artifact-id}</artifactId>
<version>${quarkus.platform.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -98,7 +90,7 @@
<dependency>
<groupId>org.computate</groupId>
<artifactId>computate-search</artifactId>
<version>4.2.7.21</version>
<version>4.2.7.22</version>
</dependency>

<!-- Vert.x -->
Expand Down

0 comments on commit afbe844

Please sign in to comment.