Skip to content

Commit

Permalink
Update plugin parent POM and plugin BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Apr 27, 2022
1 parent 1ebec38 commit 269f564
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.16</version>
<version>4.40</version>
</parent>

<artifactId>git-server</artifactId>
Expand All @@ -15,19 +15,19 @@
<description>
This library plugin provides embedded Git server capability inside Jenkins
</description>
<url>https://github.com/jenkinsci/git-server-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>1.11</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.289.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>

Expand All @@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>26</version>
<artifactId>bom-2.289.x</artifactId>
<version>1342.v729ca_3818e88</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -61,13 +61,11 @@
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>sshd</artifactId>
<version>3.0.4</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<version>2.7.6</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 269f564

Please sign in to comment.