We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6791e17 commit 42b2e02Copy full SHA for 42b2e02
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>ch.digitalfondue.mjml4j</groupId>
7
<artifactId>mjml4j</artifactId>
8
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
<inceptionYear>2024</inceptionYear>
11
<description>mjml4j: an unofficial port of MJML to java.
@@ -27,7 +27,7 @@
27
<connection>scm:git:git@github.com:digitalfondue/mjml4j.git</connection>
28
<developerConnection>scm:git:git@github.com:digitalfondue/mjml4j.git</developerConnection>
29
<url>https://github.com/digitalfondue/mjml4j.git</url>
30
- <tag>mjml4j-1.1.4</tag>
+ <tag>HEAD</tag>
31
</scm>
32
33
<licenses>
0 commit comments