Skip to content

Commit

Permalink
Require 2.346.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jan 29, 2025
1 parent 30fe94b commit a137c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.41</version>
<version>4.51</version>
<relativePath />
</parent>

Expand All @@ -18,8 +18,7 @@
<properties>
<revision>1.15.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.346.1</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.346.3</jenkins.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down Expand Up @@ -126,7 +125,7 @@
</distributionManagement>

<scm>
<connection>scm:git:git://github.com/jenkinsci/repo-plugin.git</connection>
<connection>scm:git:https://github.com/jenkinsci/repo-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/repo-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/repo-plugin</url>
<tag>HEAD</tag>
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/hudson/plugins/repo/TestProjectState.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
*/
package hudson.plugins.repo;

import java.util.ArrayList;
import java.util.List;

import org.junit.Assert;

import junit.framework.TestCase;
Expand Down
5 changes: 0 additions & 5 deletions src/test/java/hudson/plugins/repo/TestRepoScm.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
*/
package hudson.plugins.repo;

import java.util.ArrayList;
import java.util.List;

import org.junit.Assert;

import junit.framework.TestCase;

/**
Expand Down

0 comments on commit a137c9a

Please sign in to comment.