Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-30269] Core version bump - required to add Pipeline support
  • Loading branch information
amuniz committed Mar 9, 2016
1 parent 76c93d5 commit 85e2b38
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.509.4</version>
<version>1.580.3</version>
</parent>

<groupId>org.6wind.jenkins</groupId>
Expand Down Expand Up @@ -54,17 +54,23 @@
<artifactId>mailer</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>1.14</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.96</version>
<extensions>true</extensions>
<configuration>
<contextPath>/</contextPath>
<loggers>
<org.jenkinsci.plugins.workflow>FINE</org.jenkinsci.plugins.workflow>
<org.jenkinsci.plugins.durabletask>FINE</org.jenkinsci.plugins.durabletask>
</loggers>
</configuration>
</plugin>
<plugin>
Expand Down
@@ -0,0 +1,5 @@
package org.jenkins.plugins.lockableresources;

public class LockStep {

}

0 comments on commit 85e2b38

Please sign in to comment.