jgitver / jgitver-maven-plugin

maven core extension to automatically define versions using jgitver & git tags
https://jgitver.github.io/
Other
159 stars 42 forks source link

Fixed url in install.sh script #172

Closed hbvit7 closed 2 years ago

hbvit7 commented 2 years ago

Old url (http://) returned http page with 301 status:

  <html>
  <head><title>301 Moved Permanently</title></head>
  <body>
  <center><h1>301 Moved Permanently</h1></center>
  <hr><center>nginx</center>
  </body>
  </html>

Url ws changed to https://.

Thank you so much to take time to contribute to the project.

Before submitting the pull-request please ensure that you have first:

McFoggy commented 2 years ago

thank you.