File tree Expand file tree Collapse file tree
public_site/src/site/markdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 <repository >
3333 <id >central</id >
34- <url >http ://repo1.maven.org/maven2/</url >
34+ <url >https ://repo1.maven.org/maven2/</url >
3535 <layout >default</layout >
3636 <releases >
3737 <enabled >true</enabled >
7070
7171 <repository >
7272 <id >apache-snapshots</id >
73- <url >http ://repository.apache.org/snapshots</url >
73+ <url >https ://repository.apache.org/snapshots</url >
7474 <layout >default</layout >
7575 <releases >
7676 <enabled >false</enabled >
8787
8888 <pluginRepository >
8989 <id >central</id >
90- <url >http ://repo1.maven.org/maven2/</url >
90+ <url >https ://repo1.maven.org/maven2/</url >
9191 <layout >default</layout >
9292 <releases >
9393 <enabled >true</enabled >
126126
127127 <pluginRepository >
128128 <id >apache-snapshots</id >
129- <url >http ://repository.apache.org/snapshots</url >
129+ <url >https ://repository.apache.org/snapshots</url >
130130 <layout >default</layout >
131131 <releases >
132132 <enabled >false</enabled >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Sometimes snapshot are referenced from the Apache Snapshot repository:
2020``` xml
2121<repository >
2222 <id >apache-snapshots</id >
23- <url >http ://repository.apache.org/snapshots</url >
23+ <url >https ://repository.apache.org/snapshots</url >
2424 <layout >default</layout >
2525 <releases >
2626 <enabled >false</enabled >
You can’t perform that action at this time.
0 commit comments