Skip to content

Commit d4e51d6

Browse files
fix: lowercase artifact ID for maven packages
1 parent 4a29d4f commit d4e51d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>net.swofty</groupId>
8-
<artifactId>StockMarketAlgorithmMaker</artifactId>
8+
<artifactId>stockmarkettester</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

1111
<properties>

settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<repository>
2525
<id>github</id>
2626
<name>GitHub OWNER Apache Maven Packages</name>
27-
<url>https://maven.pkg.github.com/Swofty-Developments</url>
27+
<url>https://maven.pkg.github.com/Swofty-Developments/StockMarketAlgorithmTester</url>
2828
</repository>
2929
</repositories>
3030
</profile>

0 commit comments

Comments
 (0)