Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-maven-3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerin committed Jun 22, 2022
1 parent 4709fda commit fc4375e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions jenkins-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.11.0</version>
</parent>

<artifactId>pipeline-maven</artifactId>
<version>${revision}${changelist}</version>
<version>3.11.0</version>
<packaging>hpi</packaging>

<name>Pipeline Maven Integration Plugin</name>
Expand Down Expand Up @@ -63,7 +63,7 @@

<scm>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-maven-3.11.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions maven-spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.11.0</version>
</parent>

<artifactId>pipeline-maven-spy</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@

<scm>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-maven-3.11.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</parent>

<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.11.0</version>
<packaging>pom</packaging>

<name>Pipeline Maven Integration Plugin Parent</name>
Expand Down Expand Up @@ -83,7 +83,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/pipeline-maven-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-maven-3.11.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit fc4375e

Please sign in to comment.