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 97e871f commit ea4b326Copy full SHA for ea4b326
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.addons</groupId>
6
<artifactId>xterm-console</artifactId>
7
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
8
<name>XTerm Console Addon</name>
9
<description>Integration of xterm.js for Vaadin Flow</description>
10
@@ -35,7 +35,7 @@
35
<url>https://github.com/FlowingCode/XTermConsoleAddon</url>
36
<connection>scm:git:git://github.com/FlowingCode/XTermConsoleAddon.git</connection>
37
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/XTermConsoleAddon.git</developerConnection>
38
- <tag>xterm-console-3.2.0</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<developers>
0 commit comments