Skip to content

Commit e44efc3

Browse files
[maven-release-plugin] prepare release 3.11.0
1 parent 106ffd1 commit e44efc3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build-reporter-github-actions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkus.bot</groupId>
55
<artifactId>build-reporter-parent</artifactId>
6-
<version>999-SNAPSHOT</version>
6+
<version>3.11.0</version>
77
</parent>
88
<artifactId>build-reporter-github-actions</artifactId>
99
<name>Build Reporter - GitHub Actions</name>

maven-extension-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkus.bot</groupId>
55
<artifactId>build-reporter-parent</artifactId>
6-
<version>999-SNAPSHOT</version>
6+
<version>3.11.0</version>
77
</parent>
88
<artifactId>build-reporter-maven-extension-model</artifactId>
99
<name>Build Reporter - Maven Extension - Model</name>

maven-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkus.bot</groupId>
55
<artifactId>build-reporter-parent</artifactId>
6-
<version>999-SNAPSHOT</version>
6+
<version>3.11.0</version>
77
</parent>
88
<artifactId>build-reporter-maven-extension</artifactId>
99
<name>Build Reporter - Maven Extension</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.quarkus.bot</groupId>
99
<artifactId>build-reporter-parent</artifactId>
1010
<packaging>pom</packaging>
11-
<version>999-SNAPSHOT</version>
11+
<version>3.11.0</version>
1212
<name>Build Reporter - Parent</name>
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -126,7 +126,7 @@
126126
<url>https://github.com/quarkusio/build-reporter</url>
127127
<connection>scm:git:[email protected]:quarkusio/build-reporter.git</connection>
128128
<developerConnection>scm:git:[email protected]:quarkusio/build-reporter.git</developerConnection>
129-
<tag>HEAD</tag>
129+
<tag>3.11.0</tag>
130130
</scm>
131131

132132
<issueManagement>

0 commit comments

Comments
 (0)