We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7f97c commit f994a16Copy full SHA for f994a16
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.vaadin.addons.flowingcode</groupId>
6
<artifactId>grid-helpers</artifactId>
7
- <version>0.3.1-SNAPSHOT</version>
+ <version>0.3.1</version>
8
<name>Grid Helpers Add-on</name>
9
<description>Grid Helpers Add-on for Vaadin Flow</description>
10
@@ -36,7 +36,7 @@
36
<url>https://github.com/FlowingCode/GridHelpers</url>
37
<connection>scm:git:git://github.com/FlowingCode/GridHelpers.git</connection>
38
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/GridHelpers.git</developerConnection>
39
- <tag>master</tag>
+ <tag>grid-helpers-0.3.1</tag>
40
</scm>
41
42
<dependencyManagement>
0 commit comments