Skip to content

Commit c75e618

Browse files
committed
POM: fix Jenkins URL (http, not https)
1 parent cf48d85 commit c75e618

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
@@ -77,7 +77,7 @@
7777

7878
<ciManagement>
7979
<system>Jenkins</system>
80-
<url>https://jenkins.imagej.net/job/scripting-Jython/</url>
80+
<url>http://jenkins.imagej.net/job/scripting-Jython/</url>
8181
</ciManagement>
8282

8383
<dependencies>

0 commit comments

Comments
 (0)