Skip to content

Commit 0201edb

Browse files
renovate[bot]basil
andauthored
Update dependency io.jenkins.tools.bom:bom-2.479.x to v3944 (#2626)
* Update dependency io.jenkins.tools.bom:bom-2.479.x to v3944 * Use versions from plugin BOM * Fix `sbt` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Basil Crow <[email protected]>
1 parent 44ef3da commit 0201edb

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

demos/sbt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Basic configuration of the [Sbt plugin](https://plugins.jenkins.io/sbt)
66

77
```yaml
88
tool:
9-
sbtInstallation:
9+
sbt:
1010
installations:
1111
- name: sbt
1212
home: "/usr/bin/sbt"

integrations/pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@
192192
<dependency>
193193
<groupId>org.jenkins-ci.plugins</groupId>
194194
<artifactId>github-oauth</artifactId>
195-
<version>597.ve0c3480fcb_d0</version>
196195
<scope>test</scope>
197196
</dependency>
198197
<dependency>
@@ -256,7 +255,6 @@
256255
<dependency>
257256
<groupId>org.jenkins-ci.plugins</groupId>
258257
<artifactId>msbuild</artifactId>
259-
<version>1.35</version>
260258
<scope>test</scope>
261259
</dependency>
262260
<dependency>
@@ -278,7 +276,6 @@
278276
<dependency>
279277
<groupId>org.jenkins-ci.plugins</groupId>
280278
<artifactId>sbt</artifactId>
281-
<version>81.vb_82499046630</version>
282279
<scope>test</scope>
283280
</dependency>
284281
<dependency>

integrations/src/test/java/io/jenkins/plugins/casc/SbtTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void configure_sbt_tool() {
4848
public void export_sbt_tool() throws Exception {
4949
ConfiguratorRegistry registry = ConfiguratorRegistry.get();
5050
ConfigurationContext context = new ConfigurationContext(registry);
51-
CNode yourAttribute = getToolRoot(context).get("sbtInstallation");
51+
CNode yourAttribute = getToolRoot(context).get("sbt");
5252

5353
String exported = toYamlString(yourAttribute);
5454

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4444
<tagNameFormat>configuration-as-code-@{project.version}</tagNameFormat>
4545
<useBeta>true</useBeta>
46-
<plugin-bom.version>3893.v213a_42768d35</plugin-bom.version>
46+
<plugin-bom.version>3944.v1a_e4f8b_452db_</plugin-bom.version>
4747
<spotless.check.skip>false</spotless.check.skip>
4848
</properties>
4949

0 commit comments

Comments
 (0)