Skip to content

Commit

Permalink
Use Jenkins 2.387.x (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskilding authored Jul 18, 2023
1 parent 823223c commit 6b03825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def recentLTS = "2.361.1"
def recentLTS = "2.387.3"
def configurations = [
[ platform: "linux", jdk: "11", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: recentLTS ],
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<scm>
<connection>https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>${scmTag}</tag>
</scm>
Expand All @@ -44,15 +44,15 @@
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<java.level>11</java.level>
<jenkins.version>2.361.1</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1678.vc1feb_6a_3c0f1</version>
<artifactId>bom-2.387.x</artifactId>
<version>2102.v854b_fec19c92</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.12.287-357.vf82d85a_6eefd</version>
<version>1.12.447-382.vda_68e2007233</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<!-- Workaround -->
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.2</version>
<version>2.12.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6b03825

Please sign in to comment.