Skip to content

Commit 9fb6bf4

Browse files
[maven-release-plugin] prepare release pipeline-maven-3.6.9
1 parent 4b727ee commit 9fb6bf4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jenkins-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>pipeline-maven-parent</artifactId>
32-
<version>${revision}${changelist}</version>
32+
<version>3.6.9</version>
3333
</parent>
3434

3535
<artifactId>pipeline-maven</artifactId>
3636
<packaging>hpi</packaging>
37-
<version>${revision}${changelist}</version>
37+
<version>3.6.9</version>
3838
<name>Pipeline Maven Integration Plugin</name>
3939
<description>
4040
This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.

maven-spy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>pipeline-maven-parent</artifactId>
32-
<version>${revision}${changelist}</version>
32+
<version>3.6.9</version>
3333
</parent>
3434

3535
<artifactId>pipeline-maven-spy</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<relativePath />
3333
</parent>
3434
<artifactId>pipeline-maven-parent</artifactId>
35-
<version>${revision}${changelist}</version>
35+
<version>3.6.9</version>
3636
<packaging>pom</packaging>
3737

3838
<name>Pipeline Maven Integration Plugin Parent</name>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
7474
<developerConnection>scm:git:[email protected]:jenkinsci/pipeline-maven-plugin.git</developerConnection>
7575
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
76-
<tag>${scmTag}</tag>
76+
<tag>pipeline-maven-3.6.9</tag>
7777
</scm>
7878
<modules>
7979
<module>maven-spy</module>

0 commit comments

Comments
 (0)