Skip to content

Commit

Permalink
[doc] Update README for release 4.23.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Aug 11, 2023
1 parent 0a63ad0 commit 0198328
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ This liquibase extension supports the following changeset formats:
* Liquibase 4.20.0 (liquibase-percona 4.20.0). Percona Toolkit 3.5.1.
* Liquibase 4.22.0 (liquibase-percona 4.22.0). Percona Toolkit 3.5.2.
* Liquibase 4.23.0 (liquibase-percona 4.23.0). Percona Toolkit 3.5.3.
* Liquibase 4.23.1 (liquibase-percona 4.23.1). Percona Toolkit 3.5.4.

## Supported Changes and examples

Expand Down Expand Up @@ -549,7 +550,7 @@ The jar files can be downloaded manually from maven:

### Command line liquibase

After extracting the zip file of liquibase, place `liquibase-percona-4.23.0.jar` file in the sub directory `lib`.
After extracting the zip file of liquibase, place `liquibase-percona-4.23.1.jar` file in the sub directory `lib`.
The shell script `liquibase` / `liquibase.bat` will automatically pick this up and the extension is available.

### Via Maven
Expand All @@ -560,7 +561,7 @@ Add the following dependency to the liquibase plugin:
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-percona</artifactId>
<version>4.23.0</version>
<version>4.23.1</version>
</dependency>
```

Expand Down Expand Up @@ -597,13 +598,13 @@ Enable the snapshot repository via Maven:

See also <https://maven.apache.org/guides/development/guide-testing-development-plugins.html>.

And just use the latest SNAPSHOT version for liquibase-percona dependency, e.g. `4.23.1-SNAPSHOT`:
And just use the latest SNAPSHOT version for liquibase-percona dependency, e.g. `4.23.2-SNAPSHOT`:

```xml
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-percona</artifactId>
<version>4.23.1-SNAPSHOT</version>
<version>4.23.2-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 0198328

Please sign in to comment.