Skip to content

Commit

Permalink
Merge pull request #31 from liquibase/liquibase-version
Browse files Browse the repository at this point in the history
chore: add liquibase.version property to pom fixing build issues
  • Loading branch information
rursprung authored May 27, 2024
2 parents a7936b5 + 1be5d79 commit 3c2302d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</scm>

<properties>
<liquibase.version>4.28.0</liquibase.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<sonar.organization>liquibase</sonar.organization>
Expand All @@ -58,7 +59,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.28.0</version>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3c2302d

Please sign in to comment.