Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 19, 2024
1 parent 69b0e23 commit 13f251d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-reporter-github-actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0</version>
</parent>
<artifactId>build-reporter-github-actions</artifactId>
<name>Build Reporter - GitHub Actions</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-extension-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0</version>
</parent>
<artifactId>build-reporter-maven-extension-model</artifactId>
<name>Build Reporter - Maven Extension - Model</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0</version>
</parent>
<artifactId>build-reporter-maven-extension</artifactId>
<name>Build Reporter - Maven Extension</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<packaging>pom</packaging>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0</version>
<name>Build Reporter - Parent</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -124,7 +124,7 @@
<url>https://github.com/quarkusio/build-reporter</url>
<connection>scm:git:git@github.com:quarkusio/build-reporter.git</connection>
<developerConnection>scm:git:git@github.com:quarkusio/build-reporter.git</developerConnection>
<tag>3.3.0</tag>
<tag>3.9.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 13f251d

Please sign in to comment.