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 3208096 commit e06235cCopy full SHA for e06235c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.addons</groupId>
6
<artifactId>xterm-console</artifactId>
7
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</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://[email protected]:/FlowingCode/XTermConsoleAddon.git</developerConnection>
39
- <tag>HEAD</tag>
+ <tag>xterm-console-1.0.2</tag>
40
</scm>
41
42
<dependencyManagement>
0 commit comments