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 52f4103 commit 3502b48Copy full SHA for 3502b48
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.flowingcode.vaadin.addons</groupId>
5
<artifactId>error-window-vaadin</artifactId>
6
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.0</version>
7
<name>Error Window Add-on</name>
8
<description>Error handler that displays a dialog with exception information</description>
9
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -30,7 +30,7 @@
30
<url>https://github.com/FlowingCode/ErrorWindowAddon</url>
31
<connection>scm:git:git://github.com/FlowingCode/ErrorWindowAddon.git</connection>
32
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/ErrorWindowAddon.git</developerConnection>
33
- <tag>HEAD</tag>
+ <tag>error-window-vaadin-3.7.0</tag>
34
</scm>
35
36
<distributionManagement>
0 commit comments