We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc676b7 commit 26ba4c3Copy full SHA for 26ba4c3
library/pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.j2html</groupId>
12
<artifactId>j2html</artifactId>
13
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0</version>
14
15
<name>j2html</name>
16
<description>Java to HTML builder with a fluent API</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:[email protected]:tipsy/j2html.git</connection>
28
<developerConnection>scm:git:[email protected]:tipsy/j2html.git</developerConnection>
29
<url>https://github.com/tipsy/j2html.git</url>
30
- <tag>HEAD</tag>
+ <tag>j2html-1.5.0</tag>
31
</scm>
32
<developers>
33
<developer>
0 commit comments