Skip to content

Commit

Permalink
Make the plugin compilable again
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Aug 30, 2023
1 parent 04105ca commit 26c376b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<revision>3.2.0</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/postbuildscript-plugin</gitHubRepo>
<java.level>8</java.level>
<jenkins.version>2.359</jenkins.version>
<jenkins.version>2.414.1</jenkins.version>
<hpi.compatibleSinceVersion>3.0.0</hpi.compatibleSinceVersion>
</properties>

<issueManagement>
Expand Down Expand Up @@ -101,7 +101,7 @@
</contributors>

<scm>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<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>
Expand All @@ -112,7 +112,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>808.v5a_b_5f56d6966</version>
</dependency>

<dependency>
Expand All @@ -127,8 +126,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<artifactId>bom-2.414.x</artifactId>
<version>2378.v3e03930028f2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -151,14 +150,6 @@

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<compatibleSinceVersion>3.0.0</compatibleSinceVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down

0 comments on commit 26c376b

Please sign in to comment.