Skip to content

Commit 2af2dcd

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '6.0.0-rc.9'.
1 parent f58c69a commit 2af2dcd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
3131
```java
3232
dependencies {
3333
...
34-
implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.8'
34+
implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.9'
3535
}
3636
```
3737

@@ -40,7 +40,7 @@ dependencies {
4040
<dependency>
4141
<groupId>org.gitlab4j</groupId>
4242
<artifactId>gitlab4j-api</artifactId>
43-
<version>6.0.0-rc.8</version>
43+
<version>6.0.0-rc.9</version>
4444
</dependency>
4545
```
4646

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

5353
```java
54-
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8
54+
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.9
5555
```
5656

5757
**Ivy and SBT**<br/>
@@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement
146146
```java
147147
dependencies {
148148
...
149-
implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.8'
149+
implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.9'
150150
}
151151
```
152152

@@ -155,7 +155,7 @@ dependencies {
155155
<dependency>
156156
<groupId>org.gitlab4j</groupId>
157157
<artifactId>gitlab4j-models</artifactId>
158-
<version>6.0.0-rc.8</version>
158+
<version>6.0.0-rc.9</version>
159159
</dependency>
160160
```
161161

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=6.0.0-SNAPSHOT
2-
lastVersion=6.0.0-rc.8
1+
version=6.0.0-rc.9
2+
lastVersion=6.0.0-rc.9
33

44
githubRepositoryOwner=gitlab4j
55
githubRepositoryName=gitlab4j-api

0 commit comments

Comments
 (0)