Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-maven-3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille Le Clerc committed Jan 14, 2019
1 parent 9ae2f93 commit 3cdebaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jenkins-plugin/pom.xml
Expand Up @@ -29,12 +29,12 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.6.7</version>
</parent>

<artifactId>pipeline-maven</artifactId>
<packaging>hpi</packaging>
<version>${revision}${changelist}</version>
<version>3.6.7</version>
<name>Pipeline Maven Integration Plugin</name>
<description>
This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.
Expand Down
2 changes: 1 addition & 1 deletion maven-spy/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.6.7</version>
</parent>

<artifactId>pipeline-maven-spy</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<relativePath />
</parent>
<artifactId>pipeline-maven-parent</artifactId>
<version>${revision}${changelist}</version>
<version>3.6.7</version>
<packaging>pom</packaging>

<name>Pipeline Maven Integration Plugin Parent</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-maven-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-maven-3.6.7</tag>
</scm>
<modules>
<module>maven-spy</module>
Expand Down

0 comments on commit 3cdebaf

Please sign in to comment.