Skip to content

Commit c6abd54

Browse files
committed
change URL of of repos to https in pom.xml to support newer version of
maven.
1 parent 92b9a9b commit c6abd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<enabled>false</enabled>
111111
</releases>
112112
<name>Cytoscape Snapshots</name>
113-
<url>http://nrnb-nexus.ucsd.edu/repository/cytoscape_snapshots/</url>
113+
<url>https://nrnb-nexus.ucsd.edu/repository/cytoscape_snapshots/</url>
114114
</repository>
115115
<repository>
116116
<id>cytoscape_thirdparty</id>
@@ -121,7 +121,7 @@
121121
<enabled>true</enabled>
122122
</releases>
123123
<name>Cytoscape Third Party</name>
124-
<url>http://nrnb-nexus.ucsd.edu/repository/cytoscape_thirdparty/</url>
124+
<url>https://nrnb-nexus.ucsd.edu/repository/cytoscape_thirdparty/</url>
125125
</repository>
126126
</repositories>
127127

0 commit comments

Comments
 (0)