Skip to content

Commit c865955

Browse files
Bump up to 2.8.3
1 parent 19a3fa2 commit c865955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
5757

5858
```
5959
plugins {
60-
id 'org.sonatype.gradle.plugins.scan' version '2.8.2' // Update the version as needed
60+
id 'org.sonatype.gradle.plugins.scan' version '2.8.3' // Update the version as needed
6161
}
6262
```
6363

6464
- Or `build.gradle.kts`:
6565
```
6666
plugins {
67-
id ("org.sonatype.gradle.plugins.scan") version "2.8.2" // Update the version as needed
67+
id ("org.sonatype.gradle.plugins.scan") version "2.8.3" // Update the version as needed
6868
}
6969
```
7070

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
group=org.sonatype.gradle.plugins
18-
version=2.8.3-SNAPSHOT
18+
version=2.8.3
1919
release.useAutomaticVersion=true
2020

2121
nexusPlatformApiVersion=4.0.7-01

0 commit comments

Comments
 (0)