Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit cb001d8

Browse files
author
Nikhil Bhoski
committed
Updated pom with compatibility tag.
1 parent c837285 commit cb001d8

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<properties>
2323
<jenkins.version>2.164.3</jenkins.version>
2424
<java.level>8</java.level>
25+
<hpi.compatibleSinceVersion>3.0.0</hpi.compatibleSinceVersion>
2526
</properties>
2627

2728
<name>MATLAB Plugin</name>
@@ -64,26 +65,23 @@
6465
</dependencies>
6566
</dependencyManagement>
6667
<dependencies>
67-
68-
<!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins/matrix-project -->
69-
<dependency>
70-
<groupId>org.jenkins-ci.plugins</groupId>
71-
<artifactId>matrix-project</artifactId>
72-
<!-- <version>1.14</version> -->
73-
</dependency>
68+
69+
<!-- Pipeline Step dependencies -->
70+
71+
<dependency>
72+
<groupId>org.jenkins-ci.plugins</groupId>
73+
<artifactId>matrix-project</artifactId>
74+
</dependency>
7475

75-
<!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-step-api -->
7676
<dependency>
7777
<groupId>org.jenkins-ci.plugins.workflow</groupId>
7878
<artifactId>workflow-step-api</artifactId>
79-
<!-- <version>2.22</version> -->
8079
</dependency>
81-
<!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-api -->
8280
<dependency>
8381
<groupId>org.jenkins-ci.plugins.workflow</groupId>
8482
<artifactId>workflow-api</artifactId>
85-
<!-- <version>2.23</version> -->
8683
</dependency>
84+
8785
<!-- Jenkins workflow test dependencies -->
8886

8987
<dependency>

0 commit comments

Comments
 (0)