File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
maven-nodejs-proxy/src/main/java/io/wcm/devops/maven/nodejsproxy/resource Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static String build(MavenProxyConfiguration config) {
6969 + "<p>Every call to this repository is routed directly to this URL.</p>"
7070 + "<p><strong>Please never use this Maven repository directly in your maven builds, but only via an Repository Manager "
7171 + "which caches the resolved artifacts.</strong></p>"
72- + "<p>If you want to setup your own proxy get the source code:"
72+ + "<p>If you want to setup your own proxy get the source code: "
7373 + "<a href=\" https://github.com/wcm-io-devops/maven-nodejs-proxy\" >https://github.com/wcm-io-devops/maven-nodejs-proxy</a></p>"
7474 + "<hr/>"
7575 + "<p>Examples:</p>"
@@ -79,7 +79,7 @@ public static String build(MavenProxyConfiguration config) {
7979 + "<p>For all files SHA1 checksums are supported (.sha1 suffix). MD5 checksums are not supported.</p>"
8080 + (serviceVersion != null ? "<hr/><p>Version " + IndexPageBuilder .class .getPackage ().getImplementationVersion () + ".</p>" : "" )
8181 + "</body>"
82- + "</html>" ;
82+ + "</html>" ;
8383 }
8484
8585}
You can’t perform that action at this time.
0 commit comments