We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d426f commit 75036e8Copy full SHA for 75036e8
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.vaadin.addons.flowingcode</groupId>
6
<artifactId>grid-helpers</artifactId>
7
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
8
<name>Grid Helpers Add-on</name>
9
<description>Grid Helpers Add-on for Vaadin Flow</description>
10
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -39,7 +39,7 @@
39
<url>https://github.com/FlowingCode/GridHelpers</url>
40
<connection>scm:git:git://github.com/FlowingCode/GridHelpers.git</connection>
41
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/GridHelpers.git</developerConnection>
42
- <tag>master</tag>
+ <tag>grid-helpers-1.4.3</tag>
43
</scm>
44
45
<distributionManagement>
0 commit comments