Skip to content

Commit

Permalink
Increase minimum required Remoting version from 4.13 to 3107.v665000b…
Browse files Browse the repository at this point in the history
…_51092 (jenkinsci#9440)
  • Loading branch information
basil authored Jul 9, 2024
1 parent 5756907 commit 6357012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ THE SOFTWARE.
<!-- Bundled Remoting version -->
<remoting.version>3256.v88a_f6e922152</remoting.version>
<!-- Minimum Remoting version, which is tested for API compatibility -->
<remoting.minimum.supported.version>4.13</remoting.minimum.supported.version>
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>

<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Medium</spotbugs.threshold>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>4.12</version>
<version>3085.vc4c6977c075a</version>
<type>jar</type>
<outputDirectory>${project.build.outputDirectory}/old-remoting</outputDirectory>
<destFileName>remoting-unsupported.jar</destFileName>
Expand Down

0 comments on commit 6357012

Please sign in to comment.