Skip to content

Commit 87ed73f

Browse files
committed
Fix POM Url
Now it points to the Github Repository.
1 parent 7884d80 commit 87ed73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<groupId>dev.sevora</groupId>
77
<artifactId>simple-calculator</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99

1010
<name>simple-calculator</name>
1111
<!-- FIXME change it to the project's website -->
12-
<url>http://www.example.com</url>
12+
<url>http://github.com/sevora/simple-calculator</url>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)