Skip to content

Commit

Permalink
Version 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Nov 10, 2021
1 parent 4718a42 commit 0c2236a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
===

Version 23.0.0
---
* Added new annotations: `@BlockingExecutor` and `@NonBlockingExecutor`.

Version 22.0.0
---
* Added new annotations: `@Blocking` and `@NonBlocking`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
using gradle write the following in the `build.gradle` file:
```
dependencies {
compileOnly 'org.jetbrains:annotations:22.0.0'
compileOnly 'org.jetbrains:annotations:23.0.0'
}
```
Expand All @@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
<version>23.0.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.
#

projectVersion=22.0.0
projectVersion=23.0.0
#JDK_5=<path-to-older-java-version>

0 comments on commit 0c2236a

Please sign in to comment.