Skip to content

Commit 4e6e103

Browse files
committed
chore: update version for development
[skip ci]
1 parent 923032f commit 4e6e103

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ru.mystamps</groupId>
77
<artifactId>mystamps</artifactId>
8-
<version>0.4.7</version>
8+
<version>0.4.8-SNAPSHOT</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/resources/liquibase/changelog.xml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<include file="version/0.4.5.xml" relativeToChangelogFile="true" />
1919
<include file="version/0.4.6.xml" relativeToChangelogFile="true" />
2020
<include file="version/0.4.7.xml" relativeToChangelogFile="true" />
21+
<include file="version/0.4.8.xml" relativeToChangelogFile="true" />
2122

2223
<include file="test-data.xml" relativeToChangelogFile="true" />
2324

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

0 commit comments

Comments
 (0)