Skip to content

Commit 371c2ee

Browse files
committed
fixed github references
1 parent 5aee8f0 commit 371c2ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.tecacet</groupId>
66
<artifactId>java-finance-api</artifactId>
7-
<version>1.2.3-SNAPSHOT</version>
7+
<version>1.2.4-SNAPSHOT</version>
88

99
<name>JFApi</name>
1010
<description>
@@ -209,19 +209,19 @@
209209
</licenses>
210210

211211
<scm>
212-
<url>https://github.com/algorythmist/JFApi</url>
213-
<connection>scm:git:[email protected]:algorythmist/JFApi.git</connection>
214-
<developerConnection>scm:git:[email protected]:algorythmist/JFApi.git</developerConnection>
212+
<url>https://github.com/algorythmist/java-finance-api</url>
213+
<connection>scm:git:[email protected]:algorythmist/java-finance-api.git</connection>
214+
<developerConnection>scm:git:[email protected]:algorythmist/java-finance-api.git</developerConnection>
215215
</scm>
216216

217217
<ciManagement>
218218
<system>GitGub Actions</system>
219-
<url>https://github.com/algorythmist/JFApi</url>
219+
<url>https://github.com/algorythmist/java-finance-api</url>
220220
</ciManagement>
221221

222222
<issueManagement>
223223
<system>GitHub</system>
224-
<url>https://github.com/algorythmist/JFApi/issues</url>
224+
<url>https://github.com/algorythmist/java-finance-api/issues</url>
225225
</issueManagement>
226226

227227
<distributionManagement>

0 commit comments

Comments
 (0)