We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e12d commit a1cfe8cCopy full SHA for a1cfe8c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin.addons</groupId>
6
<artifactId>syntax-highlighter-addon</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<name>Syntax Highlighter Add-on</name>
9
<description>Syntax Highlighter Add-on for Vaadin Flow</description>
10
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -40,7 +40,7 @@
40
<url>https://github.com/FlowingCode/SyntaxHighlighter</url>
41
<connection>scm:git:git://github.com/FlowingCode/SyntaxHighlighter.git</connection>
42
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/SyntaxHighlighter.git</developerConnection>
43
- <tag>1.0.0</tag>
+ <tag>master</tag>
44
</scm>
45
46
<distributionManagement>
0 commit comments