fix build version 16->17 (#7)

This commit is contained in:
Davor Hrg 2022-07-24 21:30:59 +02:00 committed by GitHub
parent a9f17bcba2
commit 8d757d6e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# java-gitea-api
Gitea API.
- API version: 1.16.0-SNAPSHOT
- API version: 1.17.0-SNAPSHOT
This documentation describes the Gitea API.
@ -39,7 +39,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.github.zeripath</groupId>
<artifactId>java-gitea-api</artifactId>
<version>1.16.0-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
```
@ -49,7 +49,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:
```groovy
compile "com.github.zeripath:java-gitea-api:1.16.0-SNAPSHOT"
compile "com.github.zeripath:java-gitea-api:1.17.0-SNAPSHOT"
```
### Others
@ -62,7 +62,7 @@ mvn clean package
Then manually install the following JARs:
* `target/java-gitea-api-1.16.0-SNAPSHOT.jar`
* `target/java-gitea-api-1.17.0-SNAPSHOT.jar`
* `target/lib/*.jar`
## Getting Started