Skip to content

Commit 998e7f1

Browse files
authored
Fix URLs in POM
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent 5d65605 commit 998e7f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
</modules>
3838

3939
<inceptionYear>2022</inceptionYear>
40-
<url>https://github.com/${project-slug}</url>
40+
<url>https://github.com/ascopes/java-compiler-testing</url>
4141

4242
<developers>
4343
<developer>
4444
<id>ascopes</id>
4545
<name>Ashley Scopes</name>
46-
<email>ashleyscopes@outlook.com</email>
46+
<email>73482956+ascopes@users.noreply.github.com</email>
4747
<url>https://github.com/ascopes</url>
4848
<organization>Ashley Scopes</organization>
4949
<organizationUrl>https://github.com/ascopes</organizationUrl>
@@ -58,25 +58,25 @@
5858

5959
<issueManagement>
6060
<system>GitHub Issues</system>
61-
<url>${project-slug}/issues</url>
61+
<url>https://github.com/ascopes/java-compiler-testing/issues</url>
6262
</issueManagement>
6363

6464
<licenses>
6565
<license>
6666
<name>The Apache Software License, Version 2.0</name>
67-
<url>${project.url}/blob/main/LICENSE.txt</url>
67+
<url>https://github.com/ascopes/java-compiler-testing/blob/main/LICENSE.txt</url>
6868
</license>
6969
</licenses>
7070

7171
<organization>
7272
<name>Ashley Scopes (GitHub)</name>
73-
<url>${project.url}</url>
73+
<url>https://github.com/ascopes</url>
7474
</organization>
7575

7676
<scm>
77-
<url>scm:git:${project.url}</url>
78-
<connection>scm:git:${project.url}</connection>
79-
<developerConnection>scm:git:${project.url}</developerConnection>
77+
<url>scm:git:https://github.com/ascopes/java-compiler-testing</url>
78+
<connection>scm:git:https://github.com/ascopes/java-compiler-testing</connection>
79+
<developerConnection>scm:git:https://github.com/ascopes/java-compiler-testing</developerConnection>
8080
<tag>vHEAD</tag>
8181
</scm>
8282

0 commit comments

Comments
 (0)