Skip to content

Commit 5d69365

Browse files
committed
work
1 parent a115e2b commit 5d69365

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
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 -->
@@ -1052,11 +1051,6 @@
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>

src/main/resources/db/liquibase-changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

src/main/resources/db/liquibase-diff-changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)