File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
src/main/resources/liquibase Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >ru.mystamps</groupId >
77 <artifactId >mystamps</artifactId >
8- <version >0.4.4 </version >
8+ <version >0.4.5-SNAPSHOT </version >
99 <packaging >war</packaging >
1010
1111 <dependencies >
Original file line number Diff line number Diff line change 1515 <include file =" version/0.4.2.xml" relativeToChangelogFile =" true" />
1616 <include file =" version/0.4.3.xml" relativeToChangelogFile =" true" />
1717 <include file =" version/0.4.4.xml" relativeToChangelogFile =" true" />
18+ <include file =" version/0.4.5.xml" relativeToChangelogFile =" true" />
1819
1920 <include file =" test-data.xml" relativeToChangelogFile =" true" />
2021
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <databaseChangeLog
3+ xmlns=" http://www.liquibase.org/xml/ns/dbchangelog"
4+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi:schemaLocation=" http://www.liquibase.org/xml/ns/dbchangelog
6+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd" >
7+
8+
9+
10+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments