We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7244955 commit de8a9fbCopy full SHA for de8a9fb
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.0-SNAPSHOT</version>
+ <version>2.9.0</version>
7
<name>TwinColGrid add-on</name>
8
<properties>
9
<vaadin.version>14.8.1</vaadin.version>
@@ -51,7 +51,7 @@
51
<url>https://github.com/FlowingCode/TwinColGridAddon</url>
52
<connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection>
53
<developerConnection>scm:git:ssh://[email protected]:/FlowingCode/TwinColGridAddon.git</developerConnection>
54
- <tag>HEAD</tag>
+ <tag>twincolgrid-2.9.0</tag>
55
</scm>
56
57
<dependencyManagement>
0 commit comments