File tree Expand file tree Collapse file tree 3 files changed +28
-184
lines changed Expand file tree Collapse file tree 3 files changed +28
-184
lines changed Original file line number Diff line number Diff line change 113113 <version .maven-release-plugin>3.0.0-M7</version .maven-release-plugin>
114114 <version .maven-release-plugin.scm>1.13.0</version .maven-release-plugin.scm>
115115
116+ <!-- Database Evolution -->
117+ <version .org.postgresql>42.5.1</version .org.postgresql>
118+ <version .liquibase-maven-plugin>4.16.1</version .liquibase-maven-plugin>
119+ <liquibase .propertyFile>${project.basedir} /liquibase.properties</liquibase .propertyFile>
120+
116121 <!-- UML -->
117122 <version .plantuml-maven-plugin>1.5.2</version .plantuml-maven-plugin>
118123 <version .plantuml-maven-plugin.plantuml>1.2022.6</version .plantuml-maven-plugin.plantuml>
10471052 <artifactId >maven-failsafe-plugin</artifactId >
10481053 <version >${version.maven-failsafe-plugin} </version >
10491054 </plugin >
1055+ <plugin >
1056+ <groupId >org.liquibase</groupId >
1057+ <artifactId >liquibase-maven-plugin</artifactId >
1058+ <version >${version.liquibase-maven-plugin} </version >
1059+ </plugin >
10501060 </plugins >
10511061 </pluginManagement >
10521062 <plugins >
13311341 <groupId >org.apache.maven.plugins</groupId >
13321342 <artifactId >maven-pmd-plugin</artifactId >
13331343 </plugin >
1344+ <plugin >
1345+ <groupId >org.liquibase</groupId >
1346+ <artifactId >liquibase-maven-plugin</artifactId >
1347+ <configuration >
1348+ <propertyFile >liquibase.properties</propertyFile >
1349+ </configuration >
1350+ <dependencies >
1351+ <dependency >
1352+ <groupId >org.postgresql</groupId >
1353+ <artifactId >postgresql</artifactId >
1354+ <version >${version.org.postgresql} </version >
1355+ </dependency >
1356+ </dependencies >
1357+ </plugin >
13341358 </plugins >
13351359 </build >
13361360
Original file line number Diff line number Diff line change 1+ spring :
2+ config :
3+ activate :
4+ on-profile : default
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments