Skip to content

Commit

Permalink
⬆️ (pom.xml): downgrade liquibase-parent-pom version from 0.5.0-SNAPS…
Browse files Browse the repository at this point in the history
…HOT to 0.4.4-SNAPSHOT

🔧 (pom.xml): rename buildNumber property to ciBuildNumber to better reflect its purpose and avoid confusion
  • Loading branch information
Alejandro Alvarez committed Aug 29, 2024
1 parent 0444971 commit cc7e132
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.5.0-SNAPSHOT</version>
<version>0.4.4-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 @@ -35,7 +35,7 @@

<properties>
<!-- Project build properties -->
<buildNumber>${env.GITHUB_RUN_ID}</buildNumber>
<ciBuildNumber>${env.GITHUB_RUN_ID}</ciBuildNumber>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit cc7e132

Please sign in to comment.