Skip to content

Commit

Permalink
Merge pull request #49 from mojohaus/#48_self_report_version
Browse files Browse the repository at this point in the history
[#48] fix self report version, https url.
  • Loading branch information
bmarwell authored Jan 17, 2022
2 parents c52d711 + 342c0b2 commit 04d1b3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>maven-plugin</packaging>
<name>Taglist Maven Plugin</name>
<description>Produce a tag list report.</description>
<url>http://www.mojohaus.org/taglist-maven-plugin/</url>
<url>https://www.mojohaus.org/taglist-maven-plugin/</url>

<properties>
<mavenVersion>3.0</mavenVersion>
Expand All @@ -25,6 +25,9 @@

<!-- test dependencies -->
<dependency.junit.version>5.8.2</dependency.junit.version>

<!-- override plugins -->
<taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version>
</properties>

<prerequisites>
Expand Down

0 comments on commit 04d1b3e

Please sign in to comment.