Skip to content

Commit

Permalink
🐛 (pom.xml): fix version number to 0.4.5-SNAPSHOT to match the correc…
Browse files Browse the repository at this point in the history
…t version

🔧 (pom.xml): update ciBuildNumber property to ci.buildNumber to follow a consistent naming convention
  • Loading branch information
Alejandro Alvarez committed Aug 29, 2024
1 parent f3ef61d commit cf19b9e
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.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 @@ -35,7 +35,7 @@

<properties>
<!-- Project build properties -->
<ciBuildNumber>${env.GITHUB_RUN_ID}</ciBuildNumber>
<ci.buildNumber>${env.GITHUB_RUN_ID}</ci.buildNumber>
<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 cf19b9e

Please sign in to comment.