Skip to content

Commit

Permalink
Update pom.xml to liquibase 4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Apr 8, 2024
1 parent e60c7ed commit b4107a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.8-SNAPSHOT</version>
<description>Liquibase Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -39,7 +39,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Liquibase -->
<liquibase.version>4.26.0</liquibase.version>
<liquibase.version>4.27.0</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit b4107a9

Please sign in to comment.