Skip to content

Commit

Permalink
Update pom.xml to liquibase 4.29.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Aug 12, 2024
1 parent 8c12311 commit 24c71f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.0-SNAPSHOT</version>
<version>0.4.1-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.29.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -448,7 +448,7 @@
<profile>
<id>snapshot</id>
<properties>
<liquibase.version>4.29.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
Expand Down

0 comments on commit 24c71f3

Please sign in to comment.