Skip to content

Commit

Permalink
build: update project configuration and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcayear committed Feb 16, 2025
1 parent 4166b72 commit 15bc46c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>me.onebone.economyapi.EconomyAPI</groupId>
<artifactId>EconomyAPI</artifactId>
<version>2.1.0-SNAPSHOT</version>
<groupId>me.onebone</groupId>
<artifactId>economyapi</artifactId>
<version>2.1.1-SNAPSHOT</version>
<name>EconomyAPI</name>
<url>https://github.com/MemoriesOfTime/EconomyAPI</url>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "${project.artifactId}"
name: EconomyAPI
version: "${project.version}"
author: onebone
api: ["1.0.13"]
main: "${project.groupId}"
main: me.onebone.economyapi.EconomyAPI

softdepend:
- "EasySQLX"
Expand Down

0 comments on commit 15bc46c

Please sign in to comment.