Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 18, 2023
1 parent 848f225 commit ac86e4a
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.2.3-SNAPSHOT</version>
<version>3.2.3</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.2.3-SNAPSHOT</version>
<version>3.2.3</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.2.3-SNAPSHOT</version>
<version>3.2.3</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.2.3-SNAPSHOT</version>
<version>3.2.3</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:[email protected]:quarkusio/build-reporter.git</connection>
<developerConnection>scm:git:[email protected]:quarkusio/build-reporter.git</developerConnection>
<tag>3.2.2</tag>
<tag>3.2.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit ac86e4a

Please sign in to comment.