Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jenkins-2.441
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-release-bot committed Jan 16, 2024
1 parent 6644f56 commit 3b0de10
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>jenkins-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>jenkins-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>jenkins-coverage</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
<packaging>pom</packaging>

<name>Jenkins main module</name>
Expand Down Expand Up @@ -63,7 +63,7 @@ THE SOFTWARE.
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/jenkinsci/jenkins.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/jenkins.git</developerConnection>
<tag>${scmTag}</tag>
<tag>jenkins-2.441</tag>
<url>https://github.com/jenkinsci/jenkins</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>jenkins-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
</parent>

<artifactId>jenkins-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/jetty10/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion websocket/spi/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.441</version>
<relativePath>../..</relativePath>
</parent>

Expand Down

0 comments on commit 3b0de10

Please sign in to comment.