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 b9d996b commit edf1f72Copy full SHA for edf1f72
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.vaadin.addons.flowingcode</groupId>
6
<artifactId>flip-card-addon</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<name>Flip Card Add-on</name>
9
<description>Flip Card Add-on for Vaadin Flow</description>
10
@@ -39,7 +39,7 @@
39
<url>https://github.com/FlowingCode/FlipCard</url>
40
<connection>scm:git:git://github.com/FlowingCode/FlipCard.git</connection>
41
<developerConnection>scm:git:ssh://[email protected]:/FlowingCode/FlipCard.git</developerConnection>
42
- <tag>1.0.0</tag>
+ <tag>master</tag>
43
</scm>
44
45
<developers>
0 commit comments