We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e306173 commit 627e55aCopy full SHA for 627e55a
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.addons</groupId>
6
<artifactId>xterm-console</artifactId>
7
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
8
<name>XTerm Console Addon</name>
9
<description>Integration of xterm.js for Vaadin Flow</description>
10
@@ -36,7 +36,7 @@
36
<url>https://github.com/FlowingCode/XTermConsoleAddon</url>
37
<connection>scm:git:git://github.com/FlowingCode/XTermConsoleAddon.git</connection>
38
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/XTermConsoleAddon.git</developerConnection>
39
- <tag>HEAD</tag>
+ <tag>xterm-console-2.1.0</tag>
40
</scm>
41
42
<dependencyManagement>
0 commit comments