We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7a7b1 commit 23967a6Copy full SHA for 23967a6
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.flowingcode.vaadin.addons</groupId>
5
<artifactId>twincolgrid</artifactId>
6
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
7
<name>TwinColGrid add-on</name>
8
<description>Dual list component based on Vaadin Grids</description>
9
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -66,7 +66,7 @@
66
<url>https://github.com/FlowingCode/TwinColGridAddon</url>
67
<connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection>
68
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/TwinColGridAddon.git</developerConnection>
69
- <tag>HEAD</tag>
+ <tag>twincolgrid-3.0.0</tag>
70
</scm>
71
72
<distributionManagement>
0 commit comments