Skip to content

Commit e18a8a6

Browse files
author
Tim Jacomb
committed
Add trilead-api and bump jenkins core
1 parent 86ac9e2 commit e18a8a6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>3.48</version>
6+
<version>4.0-beta-4</version>
77
<relativePath />
88
</parent>
99

@@ -58,7 +58,7 @@
5858
<properties>
5959
<revision>0.1.55.2</revision>
6060
<changelist>-SNAPSHOT</changelist>
61-
<jenkins.version>2.60.3</jenkins.version>
61+
<jenkins.version>2.190.1</jenkins.version>
6262
<java.level>8</java.level>
6363
</properties>
6464

@@ -84,6 +84,11 @@
8484
<artifactId>jsch</artifactId>
8585
<version>0.1.55</version>
8686
</dependency>
87+
<dependency>
88+
<groupId>org.jenkins-ci.plugins</groupId>
89+
<artifactId>trilead-api</artifactId>
90+
<version>1.0.5</version>
91+
</dependency>
8792

8893
<!-- jenkins dependencies -->
8994
<dependency>

0 commit comments

Comments
 (0)