Skip to content

Commit

Permalink
[#48] fix self report version, https url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Jan 17, 2022
1 parent c52d711 commit 342c0b2
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 342c0b2

Please sign in to comment.