Skip to content

Commit 7954ae7

Browse files
committed
Require 2.346.3
1 parent 30fe94b commit 7954ae7

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.41</version>
6+
<version>4.51</version>
77
<relativePath />
88
</parent>
99

@@ -18,8 +18,7 @@
1818
<properties>
1919
<revision>1.15.1</revision>
2020
<changelist>-SNAPSHOT</changelist>
21-
<jenkins.version>2.346.1</jenkins.version>
22-
<java.level>8</java.level>
21+
<jenkins.version>2.346.3</jenkins.version>
2322
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2423
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2524
</properties>
@@ -126,7 +125,7 @@
126125
</distributionManagement>
127126

128127
<scm>
129-
<connection>scm:git:git://github.com/jenkinsci/repo-plugin.git</connection>
128+
<connection>scm:git:https://github.com/jenkinsci/repo-plugin.git</connection>
130129
<developerConnection>scm:git:[email protected]:jenkinsci/repo-plugin.git</developerConnection>
131130
<url>http://github.com/jenkinsci/repo-plugin</url>
132131
<tag>HEAD</tag>

src/test/java/hudson/plugins/repo/TestProjectState.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
*/
2424
package hudson.plugins.repo;
2525

26-
import java.util.ArrayList;
27-
import java.util.List;
28-
2926
import org.junit.Assert;
3027

3128
import junit.framework.TestCase;

src/test/java/hudson/plugins/repo/TestRepoScm.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
*/
2424
package hudson.plugins.repo;
2525

26-
import java.util.ArrayList;
27-
import java.util.List;
28-
29-
import org.junit.Assert;
30-
3126
import junit.framework.TestCase;
3227

3328
/**

0 commit comments

Comments
 (0)