We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55250b commit 7d300f1Copy full SHA for 7d300f1
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.template-engines</groupId>
13
<artifactId>camunda-template-engines-freemarker</artifactId>
14
- <version>2.2.0</version>
+ <version>2.3.0-SNAPSHOT</version>
15
16
<name>camunda template engine jsr223 freemarker</name>
17
@@ -101,7 +101,7 @@
101
<url>https://github.com/camunda/camunda-template-engine</url>
102
<connection>scm:git:[email protected]:camunda/camunda-template-engine.git</connection>
103
<developerConnection>scm:git:[email protected]:camunda/camunda-template-engine.git</developerConnection>
104
- <tag>2.2.0</tag>
+ <tag>HEAD</tag>
105
</scm>
106
107
</project>
0 commit comments