Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-funk/feature/JENKINS-38339-link-…
Browse files Browse the repository at this point in the history
…downstream-builds-to-trigger-node' into feature/JENKINS-38339-link-downstream-builds-to-trigger-node
  • Loading branch information
sophistifunk committed Dec 12, 2017
2 parents d08db2c + 5818a01 commit 6e0f22d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Expand Up @@ -4,19 +4,19 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.35</version>
<version>3.1</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-build-step</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.7-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Pipeline: Build Step</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Build+Step+Plugin</url>
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+Build+Step+Plugin</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<scm>
Expand All @@ -39,6 +39,7 @@
</pluginRepositories>
<properties>
<jenkins.version>1.642.3</jenkins.version>
<java.level>7</java.level>
<scm-api.version>2.0.7</scm-api.version>
<workflow-step-api-plugin.version>2.13</workflow-step-api-plugin.version>
</properties>
Expand Down

0 comments on commit 6e0f22d

Please sign in to comment.