We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f135e commit 3970602Copy full SHA for 3970602
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin</groupId>
6
<artifactId>json-migration-helper</artifactId>
7
- <version>0.9.1</version>
+ <version>0.9.2-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://[email protected]:/FlowingCode/JsonMigrationHelper.git</developerConnection>
39
- <tag>0.9.1</tag>
+ <tag>master</tag>
40
</scm>
41
42
<developers>
0 commit comments