Skip to content

Commit 3acf896

Browse files
author
Maksim Kostromin
committed
Release 3.1.3 version.
1 parent f613f2e commit 3acf896

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Java 17, 18, 19, 20 with Spring Boot 3.x
1515
<dependency>
1616
<groupId>io.github.daggerok</groupId>
1717
<artifactId>liquibase-r2dbc-spring-boot-starter</artifactId>
18-
<version>2.7.14-1</version>
18+
<version>2.7.15</version>
1919
</dependency>
2020
```
2121

2222
or
2323

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

2828
And then use regular Spring Boot + Liquibase setup:

docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquibase-r2dbc-spring-boot-starter",
3-
"version": "2.7.14",
3+
"version": "2.7.15",
44
"description": "Liquibase R2DBC spring-boot starter",
55
"main": "index.js",
66
"authors": {

examples/h2/file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

examples/h2/mem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

examples/mariadb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

examples/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

examples/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

liquibase-r2dbc-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
77
<groupId>io.github.daggerok</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>io.github.daggerok</groupId>
2222
<artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId>
23-
<version>3.1.3-SNAPSHOT</version>
23+
<version>3.1.3</version>
2424
<name>${project.artifactId}</name>
2525
<description>The liquibase-r2dbc-spring-boot-starter maven parent project</description>
2626
<url>https://github.com/daggerok/liquibase-r2dbc-spring-boot-starter</url>

0 commit comments

Comments
 (0)