Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: '6.0.0-rc.8'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 30, 2024
1 parent 928ff2e commit bad7922
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.7'
implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.8'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>6.0.0-rc.7</version>
<version>6.0.0-rc.8</version>
</dependency>
```

Expand All @@ -51,7 +51,7 @@ dependencies {
Just add this line at the top of your script:

```java
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.7
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8
```

**Ivy and SBT**<br/>
Expand Down Expand Up @@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement
```java
dependencies {
...
implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.7'
implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.8'
}
```

Expand All @@ -155,7 +155,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-models</artifactId>
<version>6.0.0-rc.7</version>
<version>6.0.0-rc.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=6.0.0-SNAPSHOT
lastVersion=6.0.0-rc.7
version=6.0.0-rc.8
lastVersion=6.0.0-rc.8

githubRepositoryOwner=gitlab4j
githubRepositoryName=gitlab4j-api

0 comments on commit bad7922

Please sign in to comment.