Skip to content

Commit

Permalink
Merge pull request #62 from jonesbusy/feature/update-plugin-pom
Browse files Browse the repository at this point in the history
Update to Jenkins Core 2.375.3 and update pom
  • Loading branch information
jonesbusy authored Mar 7, 2023
2 parents 3552f22 + 79910db commit 9832c57
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<developer>
<id>jonesbusy</id>
<name>Valentin Delaye</name>
</developer>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
Expand All @@ -43,26 +43,32 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/skip-notifications-trait-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.375.3</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1836.vfe602c266c05</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>1887.vda_d0ddb_c15c4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.10</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>variant</artifactId>
<version>59.vf075fe829ccb</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -74,6 +80,13 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-branch-source</artifactId>
<version>1701.v00cc8184df93</version>
<exclusions>
<!-- TODO pending release of https://github.com/jenkinsci/github-api-plugin/pull/153 -->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9832c57

Please sign in to comment.