Skip to content

Commit

Permalink
chore(pom.xml): update liquibase-parent-pom version from 0.2.0-SNAPSH…
Browse files Browse the repository at this point in the history
…OT to 0.1.3-SNAPSHOT for consistency (#45)

chore(pom.xml): update liquibase.version from 4.23.1 to 4.23.2 to use the latest version of Liquibase
chore(pom.xml): remove unnecessary repository entry for liquibase-parent-pom
  • Loading branch information
jandroav authored Oct 3, 2023
1 parent 81b1f10 commit fad74cb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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>Parent POM</name>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.3-SNAPSHOT</version>
<description>Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -44,7 +44,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Liquibase -->
<liquibase.version>4.23.1</liquibase.version>
<liquibase.version>4.23.2</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.projectKey>liquibase_${project.artifactId}</sonar.projectKey>
Expand Down Expand Up @@ -512,7 +512,7 @@
<profile>
<id>snapshot</id>
<properties>
<liquibase.version>0-SNAPSHOT</liquibase.version>
<liquibase.version>4.23.2</liquibase.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
Expand Down Expand Up @@ -737,11 +737,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>liquibase-parent-pom</id>
<name>This repository</name>
<url>https://maven.pkg.github.com/liquibase/liquibase-parent-pom</url>
</repository>
</repositories>
</profile>
</profiles>
Expand Down

0 comments on commit fad74cb

Please sign in to comment.