Skip to content

Commit afbe844

Browse files
committed
Releasing version 4.2.7.22
1 parent e683722 commit afbe844

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.computate</groupId>
55
<artifactId>computate-base</artifactId>
66
<relativePath>../computate-base/pom.xml</relativePath>
7-
<version>4.2.7.21</version>
7+
<version>4.2.7.22</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>computate-vertx</artifactId>
12-
<version>4.2.7.21</version>
12+
<version>4.2.7.22</version>
1313
<packaging>jar</packaging>
1414
<name>Computate Tools for integrating with Vert.x</name>
1515
<description>Tools for integrating with Vert.x for reactive, asynchronous programming. </description>
@@ -80,14 +80,6 @@
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>
83-
84-
<dependency>
85-
<groupId>${quarkus.platform.group-id}</groupId>
86-
<artifactId>${quarkus.platform.artifact-id}</artifactId>
87-
<version>${quarkus.platform.version}</version>
88-
<type>pom</type>
89-
<scope>import</scope>
90-
</dependency>
9183
</dependencies>
9284
</dependencyManagement>
9385

@@ -98,7 +90,7 @@
9890
<dependency>
9991
<groupId>org.computate</groupId>
10092
<artifactId>computate-search</artifactId>
101-
<version>4.2.7.21</version>
93+
<version>4.2.7.22</version>
10294
</dependency>
10395

10496
<!-- Vert.x -->

0 commit comments

Comments
 (0)