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 115115
116116 <!-- Database Evolution -->
117117 <version .org.postgresql>42.5.1</version .org.postgresql>
118- <version .liquibase-maven-plugin>4.17.2</version .liquibase-maven-plugin>
119118 <liquibase .propertyFile>${project.basedir} /liquibase.properties</liquibase .propertyFile>
120119
121120 <!-- UML -->
10521051 <artifactId >maven-failsafe-plugin</artifactId >
10531052 <version >${version.maven-failsafe-plugin} </version >
10541053 </plugin >
1055- <plugin >
1056- <groupId >org.liquibase</groupId >
1057- <artifactId >liquibase-maven-plugin</artifactId >
1058- <version >${version.liquibase-maven-plugin} </version >
1059- </plugin >
10601054 </plugins >
10611055 </pluginManagement >
10621056 <plugins >
Original file line number Diff line number Diff line change 44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
66 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
88 http://www.liquibase.org/xml/ns/dbchangelog-ext
99 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
1010
Original file line number Diff line number Diff line change 44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
66 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
88 http://www.liquibase.org/xml/ns/dbchangelog-ext
99 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
1010
You can’t perform that action at this time.
0 commit comments