We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c89c commit ce57ec7Copy full SHA for ce57ec7
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.vaadin.addons.flowingcode</groupId>
6
<artifactId>grid-exporter-addon</artifactId>
7
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
8
<name>Grid Exporter Add-on</name>
9
<description>Grid Exporter 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/GridExporterAddon</url>
40
<connection>scm:git:git://github.com/FlowingCode/GridExporterAddon.git</connection>
41
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/GridExporterAddon.git</developerConnection>
42
- <tag>master</tag>
+ <tag>grid-exporter-addon-2.5.1</tag>
43
</scm>
44
45
<distributionManagement>
0 commit comments