Skip to content

Commit f4fe2f5

Browse files
authored
Merge pull request #28 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents 2861012 + 4d16646 commit f4fe2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<repository>
136136
<id>sonatype-nexus-staging</id>
137137
<name>Nexus Release Repository</name>
138-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
138+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
139139
</repository>
140140
</distributionManagement>
141141

0 commit comments

Comments
 (0)