|
4 | 4 | <parent> |
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 6 | <artifactId>plugin</artifactId> |
7 | | - <version>3.57</version> |
| 7 | + <version>3.4</version> |
8 | 8 | <relativePath /> |
9 | 9 | </parent> |
10 | 10 | <artifactId>matlab</artifactId> |
|
20 | 20 | </developers> |
21 | 21 |
|
22 | 22 | <properties> |
23 | | - <jenkins.version>2.164.3</jenkins.version> |
| 23 | + <jenkins.version>2.7.3</jenkins.version> |
24 | 24 | <java.level>8</java.level> |
25 | 25 | </properties> |
26 | 26 |
|
|
52 | 52 | <url>http://github.com/jenkinsci/matlab-plugin</url> |
53 | 53 | <tag>HEAD</tag> |
54 | 54 | </scm> |
55 | | - <dependencyManagement> |
56 | | - <dependencies> |
57 | | - <dependency> |
58 | | - <groupId>io.jenkins.tools.bom</groupId> |
59 | | - <artifactId>bom-2.164.x</artifactId> |
60 | | - <version>4</version> |
61 | | - <scope>import</scope> |
62 | | - <type>pom</type> |
63 | | - </dependency> |
64 | | - </dependencies> |
65 | | - </dependencyManagement> |
66 | | - <dependencies> |
67 | | - |
68 | | - <!-- Pipeline Step dependencies --> |
69 | | - |
70 | | - <dependency> |
71 | | - <groupId>org.jenkins-ci.plugins</groupId> |
72 | | - <artifactId>matrix-project</artifactId> |
73 | | - </dependency> |
74 | 55 |
|
75 | | - <dependency> |
76 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
77 | | - <artifactId>workflow-step-api</artifactId> |
78 | | - </dependency> |
79 | | - <dependency> |
80 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
81 | | - <artifactId>workflow-api</artifactId> |
82 | | - </dependency> |
83 | | - |
84 | | - <!-- Jenkins workflow test dependencies --> |
85 | | - |
86 | | - <dependency> |
87 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
88 | | - <artifactId>workflow-basic-steps</artifactId> |
89 | | - <scope>test</scope> |
90 | | - </dependency> |
91 | | - <dependency> |
92 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
93 | | - <artifactId>workflow-cps</artifactId> |
94 | | - <scope>test</scope> |
95 | | - </dependency> |
96 | | - <dependency> |
97 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
98 | | - <artifactId>workflow-durable-task-step</artifactId> |
99 | | - <scope>test</scope> |
100 | | - </dependency> |
101 | | - <dependency> |
102 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
103 | | - <artifactId>workflow-job</artifactId> |
104 | | - <scope>test</scope> |
105 | | - </dependency> |
| 56 | + <dependencies> |
| 57 | + <!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins/matrix-project --> |
| 58 | + <dependency> |
| 59 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 60 | + <artifactId>matrix-project</artifactId> |
| 61 | + <version>1.14</version> |
| 62 | + </dependency> |
106 | 63 | </dependencies> |
107 | 64 |
|
108 | 65 | <build> |
|
0 commit comments