File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.liquibase</groupId >
7
7
<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 -->
9
9
</parent >
10
10
11
11
<groupId >org.liquibase.ext</groupId >
12
12
<artifactId >liquibase-hibernate5</artifactId >
13
- <version >4.25.1 -SNAPSHOT</version >
13
+ <version >4.26.0 -SNAPSHOT</version >
14
14
15
15
<name >Liquibase Hibernate Integration</name >
16
16
<description >Liquibase extension for hibernate integration including generating changesets based on changed
17
17
hibernate mapping files
18
18
</description >
19
19
<url >https://github.com/liquibase/liquibase-hibernate/wiki</url >
20
20
21
+ <organization >
22
+ <name >Liquibase.org</name >
23
+ <url >http://www.liquibase.org</url >
24
+ </organization >
25
+
21
26
<developers >
22
27
<developer >
23
28
<id >nvoxland</id >
52
57
53
58
<properties >
54
59
<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>
57
62
</properties >
58
63
59
64
<dependencies >
You can’t perform that action at this time.
0 commit comments