Skip to content

Commit 8c37689

Browse files
committed
[maven-release-plugin] update readme
1 parent 40eff6f commit 8c37689

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Just add the following to your maven configuration or tailor to your own depende
3737
<dependency>
3838
<groupId>com.github.javaparser</groupId>
3939
<artifactId>javaparser-symbol-solver-core</artifactId>
40-
<version>3.24.3</version>
40+
<version>3.24.4</version>
4141
</dependency>
4242
```
4343

4444
**Gradle**:
4545

4646
```
47-
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.3'
47+
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.4'
4848
```
4949

5050
Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver.
@@ -59,14 +59,14 @@ Using the dependency above will add both JavaParser and JavaSymbolSolver to your
5959
<dependency>
6060
<groupId>com.github.javaparser</groupId>
6161
<artifactId>javaparser-core</artifactId>
62-
<version>3.24.3</version>
62+
<version>3.24.4</version>
6363
</dependency>
6464
```
6565

6666
**Gradle**:
6767

6868
```
69-
implementation 'com.github.javaparser:javaparser-core:3.24.3'
69+
implementation 'com.github.javaparser:javaparser-core:3.24.4'
7070
```
7171

7272
Since version 3.6.17 the AST can be serialized to JSON.
@@ -78,14 +78,14 @@ There is a separate module for this:
7878
<dependency>
7979
<groupId>com.github.javaparser</groupId>
8080
<artifactId>javaparser-core-serialization</artifactId>
81-
<version>3.24.3</version>
81+
<version>3.24.4</version>
8282
</dependency>
8383
```
8484

8585
**Gradle**:
8686

8787
```
88-
implementation 'com.github.javaparser:javaparser-core-serialization:3.24.3'
88+
implementation 'com.github.javaparser:javaparser-core-serialization:3.24.4'
8989
```
9090

9191
## How To Compile Sources

0 commit comments

Comments
 (0)