Skip to content

Commit

Permalink
(docs) refer to 0.3.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jun 25, 2024
1 parent 17576b6 commit 06d8ded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>regex</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.pcre4j</groupId>
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -77,14 +77,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>lib</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.pcre4j</groupId>
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -142,7 +142,7 @@ Add the following dependencies to your `pom.xml` file:
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 06d8ded

Please sign in to comment.