We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f42b18 commit 03ccbe2Copy full SHA for 03ccbe2
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin.addons.chipfield</groupId>
6
<artifactId>chipfield-addon</artifactId>
7
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
8
<name>ChipField Addon</name>
9
<description>Integration of paper-chip for Vaadin 14 as a field</description>
10
@@ -34,7 +34,7 @@
34
<url>https://github.com/FlowingCode/ChipFieldAddon</url>
35
<connection>scm:git:git://github.com/FlowingCode/ChipFieldAddon.git</connection>
36
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/ChipFieldAddon.git</developerConnection>
37
- <tag>HEAD</tag>
+ <tag>chipfield-addon-2.0.1</tag>
38
</scm>
39
40
<dependencyManagement>
0 commit comments