Skip to content

Commit d57aec6

Browse files
committed
Version 20.0.0
1 parent 51e8e97 commit d57aec6

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
1111
using gradle write the following in the `build.gradle` file:
1212
```
1313
dependencies {
14-
compileOnly 'org.jetbrains:annotations:19.0.0'
14+
compileOnly 'org.jetbrains:annotations:20.0.0'
1515
}
1616
1717
```
@@ -20,7 +20,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
2020
<dependency>
2121
<groupId>org.jetbrains</groupId>
2222
<artifactId>annotations</artifactId>
23-
<version>19.0.0</version>
23+
<version>20.0.0</version>
2424
</dependency>
2525
```
2626

gradle.properties

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
projectVersion=19.0.0
1+
#
2+
# Copyright 2000-2020 JetBrains s.r.o.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# https://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
17+
projectVersion=20.0.0

0 commit comments

Comments
 (0)