File tree 3 files changed +12
-1
lines changed
src/main/resources/liquibase
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >ru.mystamps</groupId >
7
7
<artifactId >mystamps</artifactId >
8
- <version >0.4.7 </version >
8
+ <version >0.4.8-SNAPSHOT </version >
9
9
<packaging >war</packaging >
10
10
11
11
<dependencies >
Original file line number Diff line number Diff line change 18
18
<include file =" version/0.4.5.xml" relativeToChangelogFile =" true" />
19
19
<include file =" version/0.4.6.xml" relativeToChangelogFile =" true" />
20
20
<include file =" version/0.4.7.xml" relativeToChangelogFile =" true" />
21
+ <include file =" version/0.4.8.xml" relativeToChangelogFile =" true" />
21
22
22
23
<include file =" test-data.xml" relativeToChangelogFile =" true" />
23
24
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-4.3.xsd" >
7
+
8
+
9
+
10
+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments