Skip to content

Commit 2f91ecd

Browse files
authored
Merge pull request #132 from DmPanov/dmpanov/allworknoplay
Version 26.0.2-1 in CHANGELOG.md
2 parents 20ff2b3 + f64f40f commit 2f91ecd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
Version 26.0.2-1
5+
---
6+
* A technical release using the new Sonatype publication mechanism, see https://central.sonatype.org/publish/publish-portal-guide/
7+
48
Version 26.0.2
59
---
610
* Fixed missing klibs for apple artifacts.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ using gradle write the following in the
1717
`build.gradle` file (Groovy DSL)
1818
```
1919
dependencies {
20-
compileOnly 'org.jetbrains:annotations:26.0.2'
20+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
2121
}
2222
2323
```
2424

2525
or in the `build.gradle.kts` file (Kotlin DSL)
2626
```
2727
dependencies {
28-
compileOnly("org.jetbrains:annotations:26.0.2")
28+
compileOnly("org.jetbrains:annotations:26.0.2-1")
2929
}
3030
3131
```
@@ -34,7 +34,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
3434
<dependency>
3535
<groupId>org.jetbrains</groupId>
3636
<artifactId>annotations</artifactId>
37-
<version>26.0.2</version>
37+
<version>26.0.2-1</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
```

0 commit comments

Comments
 (0)