Skip to content

Commit

Permalink
Require 2.387.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jan 22, 2025
1 parent b60af52 commit 34cea33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .mvn/wrapper/MavenWrapperDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import java.net.*;
import java.net.Authenticator;
import java.net.PasswordAuthentication;
import java.net.URL;
import java.io.*;
import java.nio.channels.*;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
import java.util.Properties;

public class MavenWrapperDownloader {
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<revision>2.31.0.11</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/allure-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.387</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<allureCommandline.version>2.21.0</allureCommandline.version>
<truezip.version>7.7.10</truezip.version>
</properties>
Expand Down Expand Up @@ -84,7 +86,6 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless-maven-plugin.version}</version>
<configuration>
<encoding>UTF-8</encoding>
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
Expand Down Expand Up @@ -211,7 +212,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs-maven-plugin.version}</version>
<configuration>
<excludeFilterFile>.mvn/quality-configs/spotbugs/exclude.xml</excludeFilterFile>
<failOnError>false</failOnError>
Expand Down Expand Up @@ -258,7 +258,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<executions>
<execution>
<goals>
Expand All @@ -280,8 +279,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2496.vddfca_753db_80</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 34cea33

Please sign in to comment.