We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97342d commit 5369a6eCopy full SHA for 5369a6e
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.vaadin.addons.flowingcode</groupId>
6
<artifactId>grid-exporter-addon</artifactId>
7
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</version>
8
<name>Grid Exporter Add-on</name>
9
<description>Grid Exporter Add-on for Vaadin Flow</description>
10
@@ -38,7 +38,7 @@
38
<url>https://github.com/FlowingCode/GridExporterAddon</url>
39
<connection>scm:git:git://github.com/FlowingCode/GridExporterAddon.git</connection>
40
<developerConnection>scm:git:ssh://[email protected]:/FlowingCode/GridExporterAddon.git</developerConnection>
41
- <tag>master</tag>
+ <tag>grid-exporter-addon-2.3.1</tag>
42
</scm>
43
44
<dependencyManagement>
0 commit comments