Skip to content

Commit

Permalink
Release 2.7.15 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Kostromin committed Sep 11, 2023
1 parent af19421 commit c7d3538
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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>2.7.15-SNAPSHOT</version>
<version>2.7.15</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
2 changes: 1 addition & 1 deletion src/main/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ are simply transforming R2DBC URL into liquibase compatible in a little spring-b
automatically within application runner bean

## Support
* Java 1.8, 11, 17, 18, 19, 20 with Spring Boot 2.x
Java 1.8, 11, 17, 18, 19, 20 with Spring Boot 2.x

[![Maven Central](https://img.shields.io/maven-central/v/io.github.daggerok/liquibase-r2dbc-spring-boot-starter.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.daggerok%22%20AND%20a:%22liquibase-r2dbc-spring-boot-starter%22)

Expand Down

0 comments on commit c7d3538

Please sign in to comment.