Skip to content

Commit 790d3e4

Browse files
committed
POM: fix Jenkins URL (http, not https)
1 parent fc07625 commit 790d3e4

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
@@ -125,7 +125,7 @@
125125

126126
<ciManagement>
127127
<system>Jenkins</system>
128-
<url>https://jenkins.imagej.net/job/SciJava-common/</url>
128+
<url>http://jenkins.imagej.net/job/SciJava-common/</url>
129129
</ciManagement>
130130

131131
<dependencies>

0 commit comments

Comments
 (0)