Skip to content

Commit 0030ac5

Browse files
Liquibase 4.26.0 (#674)
1 parent 01e2cfd commit 0030ac5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

+9-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@
55
<parent>
66
<groupId>org.liquibase</groupId>
77
<artifactId>liquibase-parent-pom</artifactId>
8-
<version>0.3.4</version> <!-- Replace with the desired version -->
8+
<version>0.3.7</version> <!-- Replace with the desired version -->
99
</parent>
1010

1111
<groupId>org.liquibase.ext</groupId>
1212
<artifactId>liquibase-hibernate5</artifactId>
13-
<version>4.25.1-SNAPSHOT</version>
13+
<version>4.26.0-SNAPSHOT</version>
1414

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

21+
<organization>
22+
<name>Liquibase.org</name>
23+
<url>http://www.liquibase.org</url>
24+
</organization>
25+
2126
<developers>
2227
<developer>
2328
<id>nvoxland</id>
@@ -52,8 +57,8 @@
5257

5358
<properties>
5459
<hibernate.version>5.6.15.Final</hibernate.version>
55-
<spring.version>5.3.30</spring.version>
56-
<liquibase.version>4.25.1</liquibase.version>
60+
<spring.version>5.3.33</spring.version>
61+
<liquibase.version>4.26.0</liquibase.version>
5762
</properties>
5863

5964
<dependencies>

0 commit comments

Comments
 (0)