Skip to content

Commit 77d625e

Browse files
committed
chore(pom.xml): update version for development.
[skip ci]
1 parent b5129a0 commit 77d625e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
8+
<version>0.4.4-SNAPSHOT</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/resources/liquibase/changelog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<include file="version/0.4.1.xml" relativeToChangelogFile="true" />
1515
<include file="version/0.4.2.xml" relativeToChangelogFile="true" />
1616
<include file="version/0.4.3.xml" relativeToChangelogFile="true" />
17+
<include file="version/0.4.4.xml" relativeToChangelogFile="true" />
1718

1819
<include file="test-data.xml" relativeToChangelogFile="true" />
1920

Lines changed: 10 additions & 0 deletions
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-3.1.xsd">
7+
8+
9+
10+
</databaseChangeLog>

0 commit comments

Comments
 (0)