Skip to content

Commit 41bf1a7

Browse files
committed
POM: fix Jenkins URL (http, not https)
1 parent 5d44027 commit 41bf1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<ciManagement>
5959
<system>Jenkins</system>
60-
<url>https://jenkins.imagej.net/job/scripting-Scala/</url>
60+
<url>http://jenkins.imagej.net/job/scripting-Scala/</url>
6161
</ciManagement>
6262

6363
<properties>

0 commit comments

Comments
 (0)