Skip to content

Commit

Permalink
fix(pom.xml): update version from 0.4.0-SNAPSHOT to 0.3.5-SNAPSHOT fo…
Browse files Browse the repository at this point in the history
…r better consistency (#152)

fix(pom.xml): update liquibase.version from 4.24.0 to 4.26.0 for latest features and improvements
  • Loading branch information
jandroav authored Mar 8, 2024
1 parent 65f8f27 commit bc84e42
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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.5-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.24.0</liquibase.version>
<liquibase.version>4.26.0</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -234,13 +234,11 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-commercial</artifactId>
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down Expand Up @@ -459,7 +457,7 @@
<profile>
<id>snapshot</id>
<properties>
<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.26.0</liquibase.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
Expand Down

0 comments on commit bc84e42

Please sign in to comment.