Skip to content

Commit 4115aab

Browse files
committed
chore: use static project metadata so dependabot can properly link, close #846
1 parent 46081af commit 4115aab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<name>scala-maven-plugin</name>
99
<description>The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code of any maven project.</description>
10-
<url>https://github.com/davidB/${project.artifactId}</url>
10+
<url>https://github.com/davidB/scala-maven-plugin</url>
1111
<inceptionYear>2012</inceptionYear>
1212
<licenses>
1313
<license>
@@ -102,15 +102,15 @@
102102
</mailingLists>
103103

104104
<scm>
105-
<connection>scm:git:git://github.com/davidB/${project.artifactId}.git</connection>
106-
<developerConnection>scm:git:git@github.com:davidB/${project.artifactId}.git</developerConnection>
107-
<url>https://github.com/davidB/${project.artifactId}/</url>
105+
<connection>scm:git:git://github.com/davidB/scala-maven-plugin.git</connection>
106+
<developerConnection>scm:git:git@github.com:davidB/scala-maven-plugin.git</developerConnection>
107+
<url>https://github.com/davidB/scala-maven-plugin/</url>
108108
<tag>HEAD</tag>
109109
</scm>
110110

111111
<issueManagement>
112112
<system>github</system>
113-
<url>https://github.com/davidB/${project.artifactId}/issues#issue/</url>
113+
<url>https://github.com/davidB/scala-maven-plugin/issues#issue/</url>
114114
</issueManagement>
115115

116116
<properties>

0 commit comments

Comments
 (0)