We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea76a7f commit 3c4fa9fCopy full SHA for 3c4fa9f
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin</groupId>
6
<artifactId>json-migration-helper</artifactId>
7
- <version>0.9.3</version>
+ <version>0.9.4-SNAPSHOT</version>
8
<name>Json Migration Helper</name>
9
<description>Json Migration Helper for Vaadin Flow</description>
10
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -36,7 +36,7 @@
36
<url>https://github.com/FlowingCode/JsonMigrationHelper</url>
37
<connection>scm:git:git://github.com/FlowingCode/JsonMigrationHelper.git</connection>
38
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/JsonMigrationHelper.git</developerConnection>
39
- <tag>0.9.3</tag>
+ <tag>master</tag>
40
</scm>
41
42
<developers>
0 commit comments