Skip to content

Commit

Permalink
SECURITY-3153: Try to fix the build on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Watermeyer, Stephan committed Sep 7, 2023
1 parent 5745bde commit 647d7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
buildPlugin(configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
[ platform: 'linux', jdk: '17', jenkins: '2.387' ],
])
17 changes: 5 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.72</version>
<version>4.73</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -40,13 +40,16 @@

<dependencyManagement>
<dependencies>
<!--
https://mvnrepository.com/artifact/io.jenkins.tools.bom/bom-2.387.x -->
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2329.v078520e55c19</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -139,15 +142,5 @@
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<compatibleSinceVersion>1.5.0</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 647d7b9

Please sign in to comment.