Skip to content

Commit 04d1b3e

Browse files
authored
Merge pull request #49 from mojohaus/#48_self_report_version
[#48] fix self report version, https url.
2 parents c52d711 + 342c0b2 commit 04d1b3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>maven-plugin</packaging>
1515
<name>Taglist Maven Plugin</name>
1616
<description>Produce a tag list report.</description>
17-
<url>http://www.mojohaus.org/taglist-maven-plugin/</url>
17+
<url>https://www.mojohaus.org/taglist-maven-plugin/</url>
1818

1919
<properties>
2020
<mavenVersion>3.0</mavenVersion>
@@ -25,6 +25,9 @@
2525

2626
<!-- test dependencies -->
2727
<dependency.junit.version>5.8.2</dependency.junit.version>
28+
29+
<!-- override plugins -->
30+
<taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version>
2831
</properties>
2932

3033
<prerequisites>

0 commit comments

Comments
 (0)