We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7256e90 commit a8d76c1Copy full SHA for a8d76c1
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>2.9.3-SNAPSHOT</version>
+ <version>2.9.3</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>
@@ -49,7 +49,7 @@
49
<url>https://github.com/FlowingCode/TwinColGridAddon</url>
50
<connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection>
51
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/TwinColGridAddon.git</developerConnection>
52
- <tag>v2.x</tag>
+ <tag>twincolgrid-2.9.3</tag>
53
</scm>
54
55
<distributionManagement>
0 commit comments