Skip to content

Commit

Permalink
Merge pull request #1000 from smallrye/release/3.15.2-RC2
Browse files Browse the repository at this point in the history
Release 3.15.2 RC2
  • Loading branch information
jponge authored Oct 21, 2024
2 parents caeae99 + 59bf542 commit f0f8b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SmallRye Mutiny Vert.x Bindings
release:
current-version: 3.15.2-RC1
current-version: 3.15.2-RC2
next-version: 3.15.2-SNAPSHOT
6 changes: 6 additions & 0 deletions vertx-mutiny-clients-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -483,6 +484,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f0f8b63

Please sign in to comment.