Skip to content

Commit

Permalink
Release 3.1.3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Kostromin committed Sep 11, 2023
1 parent f613f2e commit 3acf896
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Java 17, 18, 19, 20 with Spring Boot 3.x
<dependency>
<groupId>io.github.daggerok</groupId>
<artifactId>liquibase-r2dbc-spring-boot-starter</artifactId>
<version>2.7.14-1</version>
<version>2.7.15</version>
</dependency>
```

or

```kotlin
dependency("io.github.daggerok:liquibase-r2dbc-spring-boot-starter:2.7.14-1")
dependency("io.github.daggerok:liquibase-r2dbc-spring-boot-starter:2.7.15")
```

And then use regular Spring Boot + Liquibase setup:
Expand Down
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquibase-r2dbc-spring-boot-starter",
"version": "2.7.14",
"version": "2.7.15",
"description": "Liquibase R2DBC spring-boot starter",
"main": "index.js",
"authors": {
Expand Down
2 changes: 1 addition & 1 deletion examples/h2/file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/h2/mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-r2dbc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<groupId>io.github.daggerok</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.daggerok</groupId>
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<name>${project.artifactId}</name>
<description>The liquibase-r2dbc-spring-boot-starter maven parent project</description>
<url>https://github.com/daggerok/liquibase-r2dbc-spring-boot-starter</url>
Expand Down

0 comments on commit 3acf896

Please sign in to comment.