Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodpt committed Jan 17, 2025
2 parents b6f3264 + 5065580 commit d13721d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
Binary file removed RealPermissions.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
```xml
<repository>
<id>neziw-repo</id>
<url>https://repo.neziw.xyz/releases</url>
<url>https://repo.neziw.ovh/releases</url>
</repository>
```
```xml
<dependency>
<groupId>joserodpt.realscoreboard</groupId>
<artifactId>realscoreboard-api</artifactId>
<version>10-12-2022 Build 2</version>
<version>VERSION</version>
</dependency>
```
* Gradle (Groovy)
```groovy
maven {
url "https://repo.neziw.xyz/releases"
url "https://repo.neziw.ovh/releases"
}
```
```groovy
implementation "joserodpt.realscoreboard:RealScoreboard-API:10-11-2022 Build 5"
implementation "joserodpt.realscoreboard:RealScoreboard-API:VERSION"
```

----
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
<distributionManagement>
<snapshotRepository>
<id>neziw-repo</id>
<url>https://repo.neziw.xyz/snapshots</url>
<url>https://repo.neziw.ovh/snapshots</url>
</snapshotRepository>
<repository>
<id>neziw-repo</id>
<url>https://repo.neziw.xyz/releases</url>
<url>https://repo.neziw.ovh/releases</url>
</repository>
</distributionManagement>

Expand Down
14 changes: 9 additions & 5 deletions realscoreboard-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
<id>codemc-snapshots</id>
<url>https://repo.codemc.io/repository/maven-snapshots/</url>
</repository>
<repository>
<id>neziw-repo-releases</id>
<name>Reposilite Repository</name>
<url>https://repo.neziw.ovh/releases</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -169,11 +174,10 @@
<version>1.10.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>joserodpt.realpermissions</groupId>
<artifactId>realpermissions</artifactId>
<version>0.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/../RealPermissions.jar</systemPath>
<groupId>joserodpt</groupId>
<artifactId>realpermissions-api</artifactId>
<version>0.4.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit d13721d

Please sign in to comment.