Skip to content

Commit 4991c43

Browse files
committed
feat: update maven coordinate
1 parent 99abe25 commit 4991c43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EconomyAPI
22

3-
![Maven Central Version](https://img.shields.io/maven-central/v/org.allaymc/economyapi?label=economyapi)
3+
![Maven Central Version](https://img.shields.io/maven-central/v/org.allaymc/EconomyAPI?label=EconomyAPI)
44

55
EconomyAPI is a plugin that unifies all economy plugins under one single API. The API can be used by both economy plugins
66
providing the API, and other plugins using the API (i.e. shop plugins). This allows for all plugins that require an economy
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compileOnly(group = "org.allaymc", name = "economyapi", version = "0.1.0")
23+
compileOnly(group = "org.allaymc", name = "economy-api", version = "0.1.0")
2424
}
2525
```
2626

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configure<MavenPublishBaseExtension> {
5757
publishToMavenCentral()
5858
signAllPublications()
5959

60-
coordinates(project.group.toString(), project.name, project.version.toString())
60+
coordinates(project.group.toString(), "economy-api", project.version.toString())
6161

6262
pom {
6363
name.set(project.name)

0 commit comments

Comments
 (0)