Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into jglick-patch-1
  • Loading branch information
jglick committed Jun 10, 2022
2 parents 87e3d31 + 05314a9 commit 2b6118a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pom.xml
Expand Up @@ -4,27 +4,27 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.16</version>
<version>4.40</version>
</parent>

<artifactId>git-server</artifactId>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins Git server Plugin</name>
<url>https://github.com/jenkinsci/git-server-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>1.11</revision>
<revision>1.12</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 @@ -40,8 +40,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>987.v4ade2e49fe70</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -58,13 +58,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 2b6118a

Please sign in to comment.