File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 115
115
116
116
<!-- Database Evolution -->
117
117
<version .org.postgresql>42.5.1</version .org.postgresql>
118
- <version .liquibase-maven-plugin>4.17.2</version .liquibase-maven-plugin>
119
118
<liquibase .propertyFile>${project.basedir} /liquibase.properties</liquibase .propertyFile>
120
119
121
120
<!-- UML -->
1052
1051
<artifactId >maven-failsafe-plugin</artifactId >
1053
1052
<version >${version.maven-failsafe-plugin} </version >
1054
1053
</plugin >
1055
- <plugin >
1056
- <groupId >org.liquibase</groupId >
1057
- <artifactId >liquibase-maven-plugin</artifactId >
1058
- <version >${version.liquibase-maven-plugin} </version >
1059
- </plugin >
1060
1054
</plugins >
1061
1055
</pluginManagement >
1062
1056
<plugins >
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
6
xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
7
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest .xsd
7
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4 .xsd
8
8
http://www.liquibase.org/xml/ns/dbchangelog-ext
9
9
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
10
10
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
6
xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
7
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest .xsd
7
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4 .xsd
8
8
http://www.liquibase.org/xml/ns/dbchangelog-ext
9
9
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
10
10
You can’t perform that action at this time.
0 commit comments