Skip to content

Commit 5f523fe

Browse files
committed
Update README.md
1 parent c70cada commit 5f523fe

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ bazel test ...:all
8383
### Maven Central (deprecated)
8484

8585
> [!WARNING]
86-
> Version 2.4.2 is the last version of these packages on Maven Central.
86+
> Version 2.4.0 is the last version of this package on Maven Central.
87+
> Maintaining the Maven Central package is too much of a hassle, please
88+
> migrate to one of the other options described above.
8789
8890
To depend on the core library, add the following dependency to your `pom.xml`
8991
file:
@@ -92,7 +94,7 @@ file:
9294
<dependency>
9395
<groupId>com.github.petitparser</groupId>
9496
<artifactId>petitparser-core</artifactId>
95-
<version>2.4.2</version>
97+
<version>2.4.0</version>
9698
</dependency>
9799
```
98100

@@ -102,7 +104,7 @@ To also include the example grammars, use the following dependency:
102104
<dependency>
103105
<groupId>com.github.petitparser</groupId>
104106
<artifactId>petitparser</artifactId>
105-
<version>2.4.2</version>
107+
<version>2.4.0</version>
106108
</dependency>
107109
```
108110

0 commit comments

Comments
 (0)