Update URLs and add license to pom
This commit is contained in:
parent
cfb5646ed9
commit
78dfc6f616
2 changed files with 18 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
whattheapi
|
||||
|
||||
### Usage
|
||||
Use this Maven repository: `https://git.724.rocks/api/packages/Minecon724/maven` \
|
||||
Add `eu.m724:wtapi` as a dependency. [See here for available versions](https://git.724.rocks/api/packages/Minecon724/maven/eu/m724/wtapi/maven-metadata.xml) \
|
||||
Use this Maven repository: `https://git.m724.eu/api/packages/Minecon724/maven` \
|
||||
Add `eu.m724:wtapi` as a dependency. [See here for available versions](https://git.m724.eu/api/packages/Minecon724/maven/eu/m724/wtapi/maven-metadata.xml) \
|
||||
For examples see [tests](/Minecon724/wtapi/src/branch/master/src/test/java/eu/m724/wtapi)
|
||||
|
||||
### Available providers
|
||||
|
|
23
pom.xml
23
pom.xml
|
@ -11,10 +11,19 @@
|
|||
<maven.compiler.target>17</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GPL-3.0-or-later</name>
|
||||
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>The GNU General Public License is a free, copyleft license.</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>724rocks</id>
|
||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||
<id>m724</id>
|
||||
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
@ -49,17 +58,17 @@
|
|||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>724rocks</id>
|
||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||
<id>m724</id>
|
||||
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>724rocks</id>
|
||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||
<id>m724</id>
|
||||
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:git@git.724.rocks:Minecon724/wtapi.git</developerConnection>
|
||||
<developerConnection>scm:git:git@git.m724.eu:Minecon724/wtapi.git</developerConnection>
|
||||
<tag>wtapi-0.5</tag>
|
||||
</scm>
|
||||
|
||||
|
|
Loading…
Reference in a new issue