Skip to content

Commit 018c3cc

Browse files
authored
Merge pull request #32 from dwnusbaum/update-bom
Update BOM and minimum supported Jenkins version
2 parents dbcf8d1 + 7278fe5 commit 018c3cc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,15 @@
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.346.1</jenkins.version>
66+
<jenkins.version>2.346.3</jenkins.version>
6767
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
68-
<workflow-cps-plugin.version>2803.v1a_f77ffcc773</workflow-cps-plugin.version>
6968
</properties>
7069
<dependencyManagement>
7170
<dependencies>
7271
<dependency>
7372
<groupId>io.jenkins.tools.bom</groupId>
7473
<artifactId>bom-2.346.x</artifactId>
75-
<version>1607.va_c1576527071</version>
74+
<version>1678.vc1feb_6a_3c0f1</version>
7675
<scope>import</scope>
7776
<type>pom</type>
7877
</dependency>
@@ -102,7 +101,6 @@
102101
<dependency>
103102
<groupId>org.jenkins-ci.plugins.workflow</groupId>
104103
<artifactId>workflow-cps</artifactId>
105-
<version>${workflow-cps-plugin.version}</version>
106104
</dependency>
107105
<dependency>
108106
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -119,7 +117,6 @@
119117
<dependency>
120118
<groupId>org.jenkins-ci.plugins</groupId>
121119
<artifactId>script-security</artifactId>
122-
<version>1184.v85d16b_d851b_3</version>
123120
</dependency>
124121

125122
<dependency>
@@ -169,7 +166,6 @@
169166
<dependency>
170167
<groupId>org.jenkins-ci.plugins.workflow</groupId>
171168
<artifactId>workflow-cps</artifactId>
172-
<version>${workflow-cps-plugin.version}</version>
173169
<classifier>tests</classifier>
174170
<scope>test</scope>
175171
</dependency>

0 commit comments

Comments
 (0)