Skip to content

Commit

Permalink
Merge pull request #218 from jonesbusy/feature/jenkins-baseline
Browse files Browse the repository at this point in the history
Use jenkins.baseline
  • Loading branch information
jonesbusy authored Oct 13, 2024
2 parents 0617769 + 56c5165 commit dd9a7d8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@
</license>
</licenses>

<developers>
<developer>
<id>alex_dubrouski</id>
<name>Alex Dubrouski</name>
</developer>
<developer>
<id>jonesbusy</id>
<name>Valentin Delaye</name>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
Expand All @@ -44,15 +33,16 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/skip-notifications-trait-plugin</gitHubRepo>
<jenkins.version>2.462.3</jenkins.version>
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</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

0 comments on commit dd9a7d8

Please sign in to comment.