Skip to content

Commit

Permalink
Liquibase 4.26.0 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Apr 3, 2024
1 parent 01e2cfd commit 0030ac5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.3.4</version> <!-- Replace with the desired version -->
<version>0.3.7</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate5</artifactId>
<version>4.25.1-SNAPSHOT</version>
<version>4.26.0-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
hibernate mapping files
</description>
<url>https://github.com/liquibase/liquibase-hibernate/wiki</url>

<organization>
<name>Liquibase.org</name>
<url>http://www.liquibase.org</url>
</organization>

<developers>
<developer>
<id>nvoxland</id>
Expand Down Expand Up @@ -52,8 +57,8 @@

<properties>
<hibernate.version>5.6.15.Final</hibernate.version>
<spring.version>5.3.30</spring.version>
<liquibase.version>4.25.1</liquibase.version>
<spring.version>5.3.33</spring.version>
<liquibase.version>4.26.0</liquibase.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0030ac5

Please sign in to comment.