Skip to content

Commit

Permalink
Use jenkins.baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Oct 13, 2024
1 parent 5daff10 commit fd22bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 85 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
</license>
</licenses>

<developers>
<developer>
<id>pskumar448</id>
<name>Suresh Kumar</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
Expand All @@ -42,13 +34,14 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/file-operations-plugin</gitHubRepo>
<jenkins.version>2.462.3</jenkins.version>
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.462.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3482.vc10d4f6da_28a_</version>
<type>pom</type>
<scope>import</scope>
Expand Down
67 changes: 0 additions & 67 deletions updatecli/updatecli.d/update-jenkins-version.yml

This file was deleted.

8 changes: 0 additions & 8 deletions updatecli/values.yml

This file was deleted.

0 comments on commit fd22bcb

Please sign in to comment.